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

tests,examples: Use EXTERNAL_BOARD_DIRS

This commit is contained in:
Marian Buschsieweke 2020-04-15 22:27:09 +02:00
parent cf379660e9
commit b0964675f1
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
# Uncomment these lines if you want to use platform support from external
# repositories:
#RIOTCPU ?= $(CURDIR)/../../RIOT/thirdparty_cpu
#BOARDSDIR ?= $(CURDIR)/../../RIOT/thirdparty_boards
#EXTERNAL_BOARD_DIRS ?= $(CURDIR)/../../RIOT/thirdparty_boards
# Uncomment this to enable scheduler statistics for ps:
#USEMODULE += schedstatistics

View File

@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
# Uncomment these lines if you want to use platform support from external
# repositories:
#RIOTCPU ?= $(CURDIR)/../../../thirdparty_cpu
#BOARDSDIR ?= $(CURDIR)/../../../thirdparty_boards
#EXTERNAL_BOARD_DIRS ?= $(CURDIR)/../../../thirdparty_boards
# Uncomment this to enable scheduler statistics for ps:
#CFLAGS += -DSCHEDSTATISTICS

View File

@ -22,7 +22,7 @@ USEMODULE += suit_transport_mock
# Use a version of 'native' that includes flash page support
ifeq (native, $(BOARD))
BOARDSDIR = $(CURDIR)/native_flashpage
EXTERNAL_BOARD_DIRS = $(CURDIR)/native_flashpage
endif
FEATURES_REQUIRED += periph_flashpage