cmake: kconfig: Remove unused extra dtc flags
The usage of EXTRA_DTC_FLAGS was removed in commit
269f350487
If ninja was used and e.g. menuconfig is called, when more than one
element is in EXTRA_DTC_FLAGS, calling "ninja menuconfig" failed.
E.g.
west build -b lpcxpresso55s28_ns -t menuconfig samples/hello_world
resulted in and error. This is fixed with this commit.
Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
6d6f121648
commit
ea46c7a1a0
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ foreach(kconfig_target
|
|||
ZEPHYR_TOOLCHAIN_VARIANT=${ZEPHYR_TOOLCHAIN_VARIANT}
|
||||
${COMMON_KCONFIG_ENV_SETTINGS}
|
||||
"SHIELD_AS_LIST=${SHIELD_AS_LIST_ESCAPED}"
|
||||
EXTRA_DTC_FLAGS=${EXTRA_DTC_FLAGS}
|
||||
DTS_POST_CPP=${DTS_POST_CPP}
|
||||
DTS_ROOT_BINDINGS=${DTS_ROOT_BINDINGS}
|
||||
${PYTHON_EXECUTABLE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue