mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests: use driver_netdev_common Makefile.netdev.mk instead of Makefile
This commit is contained in:
parent
639c2a7b31
commit
f38baaabce
@ -3,4 +3,4 @@ BOARD ?= openmote-b
|
||||
# the radio driver to test
|
||||
USEMODULE += at86rf215
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
||||
|
@ -4,4 +4,4 @@ USEMODULE = atwinc15x0
|
||||
# msp430-gcc doesn't support -Wno-discarded-qualifiers
|
||||
FEATURES_BLACKLIST += arch_msp430
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
# the driver to test
|
||||
USEMODULE = dose
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
# the radio driver to test
|
||||
USEMODULE = mrf24j40md
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
# the driver to test
|
||||
USEMODULE = w5100
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
||||
|
@ -3,4 +3,4 @@ USEMODULE += xbee
|
||||
# No need of big buffer for this test
|
||||
GNRC_PKTBUF_SIZE=512
|
||||
|
||||
include ../driver_netdev_common/Makefile
|
||||
include ../driver_netdev_common/Makefile.netdev.mk
|
||||
|
Loading…
Reference in New Issue
Block a user