cmake: dts: Fix (harmless) --bindings-dirs typo
Should be --bindings-dirs, not --bindings-dir, but the 'argparse' module supports shortening flags, so it worked anyway. Broke my grepping though. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
571809009e
commit
f15ad9d886
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ if(SUPPORTS_DTS)
|
|||
|
||||
set(CMD_NEW_EXTRACT ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/scripts/dts/gen_defines.py
|
||||
--dts ${BOARD}.dts.pre.tmp
|
||||
--bindings-dir ${DTS_ROOT_BINDINGS}
|
||||
--bindings-dirs ${DTS_ROOT_BINDINGS}
|
||||
--conf-out ${GENERATED_DTS_BOARD_CONF}
|
||||
--header-out ${GENERATED_DTS_BOARD_UNFIXED_H}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue