scripts: build: gen_device_deps: s/--dynamic-handles/--dynamic-deps
Align naming of the CLI option with recent changes in handles naming. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
aedcc0b59d
commit
b6d5d246b7
2 changed files with 7 additions and 7 deletions
|
@ -914,7 +914,7 @@ zephyr_get_include_directories_for_lang(C
|
|||
|
||||
if(CONFIG_HAS_DTS)
|
||||
if(CONFIG_DEVICE_DEPS_DYNAMIC)
|
||||
set(dynamic_handles --dynamic-handles)
|
||||
set(dynamic_deps --dynamic-deps)
|
||||
endif()
|
||||
|
||||
if(CONFIG_PM_DEVICE_POWER_DOMAIN_DYNAMIC)
|
||||
|
@ -932,7 +932,7 @@ if(CONFIG_HAS_DTS)
|
|||
${ZEPHYR_BASE}/scripts/build/gen_device_deps.py
|
||||
--output-source device_deps.c
|
||||
--output-graphviz dev_graph.dot
|
||||
${dynamic_handles}
|
||||
${dynamic_deps}
|
||||
--num-dynamic-devices ${number_of_dynamic_devices}
|
||||
--kernel $<TARGET_FILE:${ZEPHYR_LINK_STAGE_EXECUTABLE}>
|
||||
--zephyr-base ${ZEPHYR_BASE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue