mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
9 lines
246 B
Makefile
9 lines
246 B
Makefile
MODULE = board
|
|
|
|
ifneq (,$(filter boards_common_adafruit-nrf52-bootloader,$(USEMODULE)))
|
|
# add the adafruit-nrf52-bootloader directory to the build
|
|
DIRS += $(RIOTBOARD)/common/adafruit-nrf52-bootloader
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|