mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
248 B
Makefile
11 lines
248 B
Makefile
USEMODULE += boards_common_arduino-mkr
|
|
|
|
ifeq ($(PROGRAMMER),jlink)
|
|
export MKR_JLINK_DEVICE = atsamw25
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|
|
|
|
# add arduino-mkr1000 include path
|
|
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include
|