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

9 lines
246 B
Makefile
Raw Normal View History

2017-08-24 11:44:56 +02:00
MODULE = board
ifneq (,$(filter boards_common_samdx1-arduino-bootloader,$(USEMODULE)))
# Add the samdx1-arduino-bootloader directory to the build
DIRS += $(RIOTBOARD)/common/samdx1-arduino-bootloader
endif
2017-08-24 11:44:56 +02:00
include $(RIOTBASE)/Makefile.base