mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6fc8fae2c8
Includes of $(CPU)/include and $(BOARD)/include and already added in the main Makefile.include. Verification: There are no common headers names between boards and cpus. Except native that has a 'periph_conf.h' in cpu instead of being in board.
8 lines
168 B
Makefile
8 lines
168 B
Makefile
USEMODULE += boards_common_arduino-mkr
|
|
|
|
ifeq ($(PROGRAMMER),jlink)
|
|
export MKR_JLINK_DEVICE = atsamd21
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include
|