1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_nrfmin/Makefile

16 lines
306 B
Makefile
Raw Normal View History

APPLICATION = driver_nrfmin
include ../Makefile.tests_common
FEATURES_REQUIRED = radio_nrfmin
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += uart0
USEMODULE += radio_nrfmin
2015-08-10 02:41:08 +02:00
USEMODULE += gnrc
USEMODULE += ng_nomac
USEMODULE += ng_pktdump
include $(RIOTBASE)/Makefile.include