1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00
2015-05-19 10:02:57 +02:00

16 lines
312 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 += ng_netbase
USEMODULE += ng_nomac
USEMODULE += ng_pktdump
include $(RIOTBASE)/Makefile.include