RIOT/cpu/nrf5x_common/Makefile
2017-09-22 12:00:47 +02:00

10 lines
183 B
Makefile

MODULE = cpu_common
DIRS = periph
# build one of the radio drivers, if enabled
ifneq (,$(filter nrfmin,$(USEMODULE)))
DIRS += radio/nrfmin
endif
include $(RIOTBASE)/Makefile.base