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:
Carlo Caione 2022-07-07 12:27:52 +02:00 committed by Fabio Baltieri
parent ae65096fe7
commit 5a4affdcda
2 changed files with 1 additions and 1 deletions

View file

@ -1181,7 +1181,7 @@ if(CONFIG_GEN_ISR_TABLES)
$<TARGET_PROPERTY:bintools,elfconvert_flag_outfile>isrList.bin
$<TARGET_PROPERTY:bintools,elfconvert_flag_final>
COMMAND ${PYTHON_EXECUTABLE}
${ZEPHYR_BASE}/arch/common/gen_isr_tables.py
${ZEPHYR_BASE}/scripts/gen_isr_tables.py
--output-source isr_tables.c
--kernel $<TARGET_FILE:${ZEPHYR_LINK_STAGE_EXECUTABLE}>
--intlist isrList.bin