1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/driver_nrfmin/Makefile
2015-08-18 23:00:07 +02:00

16 lines
310 B
Makefile

APPLICATION = driver_nrfmin
include ../Makefile.tests_common
FEATURES_REQUIRED = radio_nrfmin
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += uart0
USEMODULE += radio_nrfmin
USEMODULE += gnrc
USEMODULE += gnrc_nomac
USEMODULE += gnrc_pktdump
include $(RIOTBASE)/Makefile.include