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:
parent
cf379660e9
commit
b0964675f1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user