makefile.include: add RIOTKCONFIG
This commit is contained in:
parent
3854db364a
commit
39ebbfd460
@ -47,6 +47,7 @@ RIOTCPU ?= $(RIOTBASE)/cpu
|
|||||||
RIOTBOARD ?= $(RIOTBASE)/boards
|
RIOTBOARD ?= $(RIOTBASE)/boards
|
||||||
EXTERNAL_BOARD_DIRS ?=
|
EXTERNAL_BOARD_DIRS ?=
|
||||||
RIOTMAKE ?= $(RIOTBASE)/makefiles
|
RIOTMAKE ?= $(RIOTBASE)/makefiles
|
||||||
|
RIOTKCONFIG ?= $(RIOTBASE)/kconfigs
|
||||||
RIOTPKG ?= $(RIOTBASE)/pkg
|
RIOTPKG ?= $(RIOTBASE)/pkg
|
||||||
RIOTTOOLS ?= $(RIOTBASE)/dist/tools
|
RIOTTOOLS ?= $(RIOTBASE)/dist/tools
|
||||||
RIOTPROJECT ?= $(shell git rev-parse --show-toplevel 2>/dev/null || pwd)
|
RIOTPROJECT ?= $(shell git rev-parse --show-toplevel 2>/dev/null || pwd)
|
||||||
|
|||||||
@ -38,6 +38,7 @@ export RIOTPKG # For overriding RIOT's pkg directory
|
|||||||
export RIOTTOOLS # Location of host machine tools
|
export RIOTTOOLS # Location of host machine tools
|
||||||
export RIOTPROJECT # Top level git root of the project being built, or PWD if not a git repository
|
export RIOTPROJECT # Top level git root of the project being built, or PWD if not a git repository
|
||||||
export RIOTMAKE # Location of all supplemental Makefiles (such as this file)
|
export RIOTMAKE # Location of all supplemental Makefiles (such as this file)
|
||||||
|
export RIOTKCONFIG # Location of all supplemental Kconfig files
|
||||||
export BINDIRBASE # This is the folder where the application should be built in. For each BOARD a different subfolder is used.
|
export BINDIRBASE # This is the folder where the application should be built in. For each BOARD a different subfolder is used.
|
||||||
export BINDIR # This is the folder where the application should be built in.
|
export BINDIR # This is the folder where the application should be built in.
|
||||||
export BUILD_DIR # This is the base folder to store common build files and artifacts, e.g. test results.
|
export BUILD_DIR # This is the base folder to store common build files and artifacts, e.g. test results.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user