gen_isr_tables.py: Move to scripts directory
There is no reason to have this script in a different place than all the other python scripts. Move it. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
ae65096fe7
commit
5a4affdcda
2 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ if(CONFIG_GEN_ISR_TABLES)
|
||||||
$<TARGET_PROPERTY:bintools,elfconvert_flag_outfile>isrList.bin
|
$<TARGET_PROPERTY:bintools,elfconvert_flag_outfile>isrList.bin
|
||||||
$<TARGET_PROPERTY:bintools,elfconvert_flag_final>
|
$<TARGET_PROPERTY:bintools,elfconvert_flag_final>
|
||||||
COMMAND ${PYTHON_EXECUTABLE}
|
COMMAND ${PYTHON_EXECUTABLE}
|
||||||
${ZEPHYR_BASE}/arch/common/gen_isr_tables.py
|
${ZEPHYR_BASE}/scripts/gen_isr_tables.py
|
||||||
--output-source isr_tables.c
|
--output-source isr_tables.c
|
||||||
--kernel $<TARGET_FILE:${ZEPHYR_LINK_STAGE_EXECUTABLE}>
|
--kernel $<TARGET_FILE:${ZEPHYR_LINK_STAGE_EXECUTABLE}>
|
||||||
--intlist isrList.bin
|
--intlist isrList.bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue