mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
tests/drivers: fix broken symlinks and paths
This commit is contained in:
parent
17be6a32c9
commit
ab658eddb0
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
../../netdev_common/main.c
|
||||
../../net/netdev_common/main.c
|
||||
@ -1 +1 @@
|
||||
../../ieee802154_hal/common.h
|
||||
../../net/ieee802154_hal/common.h
|
||||
@ -1 +1 @@
|
||||
../../ieee802154_hal/init_devs.c
|
||||
../../net/ieee802154_hal/init_devs.c
|
||||
@ -1 +1 @@
|
||||
../../ieee802154_hal/common.h
|
||||
../../net/ieee802154_hal/common.h
|
||||
@ -1 +1 @@
|
||||
../../ieee802154_hal/init_devs.c
|
||||
../../net/ieee802154_hal/init_devs.c
|
||||
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
../../netdev_common/main.c
|
||||
../../net/netdev_common/main.c
|
||||
Loading…
x
Reference in New Issue
Block a user