diff --git a/tests/drivers/atwinc15x0/Makefile b/tests/drivers/atwinc15x0/Makefile index b86d18546e..b17a948a15 100644 --- a/tests/drivers/atwinc15x0/Makefile +++ b/tests/drivers/atwinc15x0/Makefile @@ -5,4 +5,4 @@ USEMODULE = atwinc15x0 FEATURES_BLACKLIST += arch_msp430 cpu_core_atxmega include ../Makefile.drivers_common -include ../../netdev_common/Makefile.netdev.mk +include ../../net/netdev_common/Makefile.netdev.mk diff --git a/tests/drivers/atwinc15x0/main.c b/tests/drivers/atwinc15x0/main.c index d75c14da72..e15e98267e 120000 --- a/tests/drivers/atwinc15x0/main.c +++ b/tests/drivers/atwinc15x0/main.c @@ -1 +1 @@ -../../netdev_common/main.c \ No newline at end of file +../../net/netdev_common/main.c \ No newline at end of file diff --git a/tests/drivers/kw2xrf/common.h b/tests/drivers/kw2xrf/common.h index 618a21b4fc..1954276290 120000 --- a/tests/drivers/kw2xrf/common.h +++ b/tests/drivers/kw2xrf/common.h @@ -1 +1 @@ -../../ieee802154_hal/common.h \ No newline at end of file +../../net/ieee802154_hal/common.h \ No newline at end of file diff --git a/tests/drivers/kw2xrf/init_dev.c b/tests/drivers/kw2xrf/init_dev.c index f4a4ab83e2..0d1305f75d 120000 --- a/tests/drivers/kw2xrf/init_dev.c +++ b/tests/drivers/kw2xrf/init_dev.c @@ -1 +1 @@ -../../ieee802154_hal/init_devs.c \ No newline at end of file +../../net/ieee802154_hal/init_devs.c \ No newline at end of file diff --git a/tests/drivers/mrf24j40/common.h b/tests/drivers/mrf24j40/common.h index 618a21b4fc..1954276290 120000 --- a/tests/drivers/mrf24j40/common.h +++ b/tests/drivers/mrf24j40/common.h @@ -1 +1 @@ -../../ieee802154_hal/common.h \ No newline at end of file +../../net/ieee802154_hal/common.h \ No newline at end of file diff --git a/tests/drivers/mrf24j40/init_dev.c b/tests/drivers/mrf24j40/init_dev.c index f4a4ab83e2..0d1305f75d 120000 --- a/tests/drivers/mrf24j40/init_dev.c +++ b/tests/drivers/mrf24j40/init_dev.c @@ -1 +1 @@ -../../ieee802154_hal/init_devs.c \ No newline at end of file +../../net/ieee802154_hal/init_devs.c \ No newline at end of file diff --git a/tests/drivers/xbee/Makefile b/tests/drivers/xbee/Makefile index 43998f388d..df16174c28 100644 --- a/tests/drivers/xbee/Makefile +++ b/tests/drivers/xbee/Makefile @@ -3,4 +3,4 @@ USEMODULE += xbee # No need of big buffer for this test GNRC_PKTBUF_SIZE ?= 512 include ../Makefile.drivers_common -include ../../netdev_common/Makefile.netdev.mk +include ../../net/netdev_common/Makefile.netdev.mk diff --git a/tests/drivers/xbee/main.c b/tests/drivers/xbee/main.c index d75c14da72..e15e98267e 120000 --- a/tests/drivers/xbee/main.c +++ b/tests/drivers/xbee/main.c @@ -1 +1 @@ -../../netdev_common/main.c \ No newline at end of file +../../net/netdev_common/main.c \ No newline at end of file