1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/sodaq/Makefile

9 lines
260 B
Makefile
Raw Normal View History

2019-10-13 17:18:08 +02:00
MODULE = boards_common_sodaq
ifneq (,$(filter boards_common_samdx1-arduino-bootloader,$(USEMODULE)))
# Add the samdx1-arduino-bootloader directory to the build
DIRS += $(RIOTBOARD)/common/samdx1-arduino-bootloader
endif
2019-10-13 17:18:08 +02:00
include $(RIOTBASE)/Makefile.base