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
|
# the radio driver to test
|
||||||
USEMODULE += at86rf215
|
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
|
# msp430-gcc doesn't support -Wno-discarded-qualifiers
|
||||||
FEATURES_BLACKLIST += arch_msp430
|
FEATURES_BLACKLIST += arch_msp430
|
||||||
|
|
||||||
include ../driver_netdev_common/Makefile
|
include ../driver_netdev_common/Makefile.netdev.mk
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# the driver to test
|
# the driver to test
|
||||||
USEMODULE = dose
|
USEMODULE = dose
|
||||||
|
|
||||||
include ../driver_netdev_common/Makefile
|
include ../driver_netdev_common/Makefile.netdev.mk
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# the radio driver to test
|
# the radio driver to test
|
||||||
USEMODULE = mrf24j40md
|
USEMODULE = mrf24j40md
|
||||||
|
|
||||||
include ../driver_netdev_common/Makefile
|
include ../driver_netdev_common/Makefile.netdev.mk
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# the driver to test
|
# the driver to test
|
||||||
USEMODULE = w5100
|
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
|
# No need of big buffer for this test
|
||||||
GNRC_PKTBUF_SIZE=512
|
GNRC_PKTBUF_SIZE=512
|
||||||
|
|
||||||
include ../driver_netdev_common/Makefile
|
include ../driver_netdev_common/Makefile.netdev.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user