scripts: move gen_kobject_placeholders.py to scripts/build/
Move scripts needed by the build system and not designed to be run individually or standalone into the build subfolder. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
efbadbb677
commit
d5dcf20382
6 changed files with 8 additions and 8 deletions
|
@ -1096,7 +1096,7 @@ if(CONFIG_USERSPACE)
|
|||
OUTPUT ${KOBJECT_LINKER_HEADER_DATA}
|
||||
COMMAND
|
||||
${PYTHON_EXECUTABLE}
|
||||
${ZEPHYR_BASE}/scripts/gen_kobject_placeholders.py
|
||||
${ZEPHYR_BASE}/scripts/build/gen_kobject_placeholders.py
|
||||
--object $<TARGET_OBJECTS:kobj_prebuilt_hash_output_lib>
|
||||
--outdir ${PROJECT_BINARY_DIR}/include/generated
|
||||
--datapct ${CONFIG_KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue