Skip to content

Commit 1ed4c3a

Browse files
committed
makefiles/dependencies_debug.inc.mk: add TOOLCHAIN
1 parent d1deb6f commit 1ed4c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefiles/dependencies_debug.inc.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ FEATURES_PROVIDED_KCONFIG = $(call lowercase,$(patsubst CONFIG_HAS_%,%,$(filter
4949
DEPENDENCY_DEBUG_OUTPUT_DIR ?= $(CURDIR)
5050

5151
# Save variables that are used for parsing dependencies
52+
_DEPS_DEBUG_VARS += TOOLCHAIN
5253
_DEPS_DEBUG_VARS += BOARD CPU CPU_MODEL CPU_FAM CPU_CORE CPU_ARCH
5354
_DEPS_DEBUG_VARS += FEATURES_PROVIDED _FEATURES_PROVIDED_SORTED
5455
_DEPS_DEBUG_VARS += FEATURES_REQUIRED _FEATURES_REQUIRED_SORTED

0 commit comments

Comments
 (0)