x86: convert gen_idt to Python
This is one less host tool we have to compile for every build, and makes the build tools more portable across host OSes. The code is also much simpler to maintain. Issue: ZEP-2063 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
dff21de082
commit
ddf9f4be31
7 changed files with 236 additions and 665 deletions
4
Makefile
4
Makefile
|
@ -1276,10 +1276,8 @@ $(help-board-dirs): help-%:
|
|||
host-tools:
|
||||
$(Q)$(MAKE) $(build)=scripts/basic
|
||||
$(Q)$(MAKE) $(build)=scripts/kconfig standalone
|
||||
$(Q)$(MAKE) $(build)=scripts/gen_idt
|
||||
@mkdir -p ${ZEPHYR_BASE}/bin
|
||||
@cp scripts/basic/fixdep scripts/gen_idt/gen_idt scripts/kconfig/conf \
|
||||
${ZEPHYR_BASE}/bin
|
||||
@cp scripts/basic/fixdep scripts/kconfig/conf ${ZEPHYR_BASE}/bin
|
||||
|
||||
|
||||
# Documentation targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue