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
|
# Uncomment these lines if you want to use platform support from external
|
||||||
# repositories:
|
# repositories:
|
||||||
#RIOTCPU ?= $(CURDIR)/../../RIOT/thirdparty_cpu
|
#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:
|
# Uncomment this to enable scheduler statistics for ps:
|
||||||
#USEMODULE += schedstatistics
|
#USEMODULE += schedstatistics
|
||||||
|
|||||||
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# Uncomment these lines if you want to use platform support from external
|
# Uncomment these lines if you want to use platform support from external
|
||||||
# repositories:
|
# repositories:
|
||||||
#RIOTCPU ?= $(CURDIR)/../../../thirdparty_cpu
|
#RIOTCPU ?= $(CURDIR)/../../../thirdparty_cpu
|
||||||
#BOARDSDIR ?= $(CURDIR)/../../../thirdparty_boards
|
#EXTERNAL_BOARD_DIRS ?= $(CURDIR)/../../../thirdparty_boards
|
||||||
|
|
||||||
# Uncomment this to enable scheduler statistics for ps:
|
# Uncomment this to enable scheduler statistics for ps:
|
||||||
#CFLAGS += -DSCHEDSTATISTICS
|
#CFLAGS += -DSCHEDSTATISTICS
|
||||||
|
|||||||
@ -22,7 +22,7 @@ USEMODULE += suit_transport_mock
|
|||||||
|
|
||||||
# Use a version of 'native' that includes flash page support
|
# Use a version of 'native' that includes flash page support
|
||||||
ifeq (native, $(BOARD))
|
ifeq (native, $(BOARD))
|
||||||
BOARDSDIR = $(CURDIR)/native_flashpage
|
EXTERNAL_BOARD_DIRS = $(CURDIR)/native_flashpage
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FEATURES_REQUIRED += periph_flashpage
|
FEATURES_REQUIRED += periph_flashpage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user