mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
291 B
Makefile
15 lines
291 B
Makefile
APPLICATION = driver_nrfmin
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = radio_nrfmin
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += shell_commands
|
|
USEMODULE += ps
|
|
USEMODULE += radio_nrfmin
|
|
USEMODULE += gnrc
|
|
USEMODULE += gnrc_nomac
|
|
USEMODULE += gnrc_pktdump
|
|
|
|
include $(RIOTBASE)/Makefile.include
|