Skip to content

Commit

Permalink
cmake: kconfig: Remove unused extra dtc flags
Browse files Browse the repository at this point in the history
The usage of EXTRA_DTC_FLAGS was removed in commit
269f350

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 <[email protected]>
  • Loading branch information
chrta authored and galak committed Apr 1, 2021
1 parent 6d6f121 commit ea46c7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/kconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ea46c7a

Please sign in to comment.