2017-04-03 15:26:10 +02:00
|
|
|
MODULE = cpu_common
|
2016-02-07 12:52:55 +01:00
|
|
|
DIRS = periph
|
|
|
|
|
2023-07-05 15:20:51 +02:00
|
|
|
ifneq (,$(filter nrf_shared_serial_irq,$(USEMODULE)))
|
|
|
|
DIRS += shared_irq
|
|
|
|
endif
|
2016-11-11 11:44:43 +01:00
|
|
|
# build one of the radio drivers, if enabled
|
2018-04-05 10:58:52 +02:00
|
|
|
ifneq (,$(filter nrfble,$(USEMODULE)))
|
|
|
|
DIRS += radio/nrfble
|
|
|
|
endif
|
2016-11-11 11:44:43 +01:00
|
|
|
ifneq (,$(filter nrfmin,$(USEMODULE)))
|
2017-09-21 15:20:30 +02:00
|
|
|
DIRS += radio/nrfmin
|
2016-11-11 11:44:43 +01:00
|
|
|
endif
|
|
|
|
|
2016-02-07 12:52:55 +01:00
|
|
|
include $(RIOTBASE)/Makefile.base
|