mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
430 B
Makefile
13 lines
430 B
Makefile
include ../Makefile.build_system_common
|
|
|
|
# Require arch_native feature so this is not compiled for other boards in
|
|
# $(RIOTBOARD)/
|
|
FEATURES_REQUIRED += arch_native
|
|
|
|
# Set without '?=' to also verify the docker integration when set with =
|
|
EXTERNAL_BOARD_DIRS = $(CURDIR)/external_board_dir_1
|
|
EXTERNAL_BOARD_DIRS += $(CURDIR)/external_board_dir_2
|
|
EXTERNAL_BOARD_DIRS += $(CURDIR)/esp-ci-boards
|
|
|
|
include $(RIOTBASE)/Makefile.include
|