build: only build gen_idt on x86
Change-Id: I0401e2557c69f1e32ddedb79758c1dde781ea69b Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ca441162a7
commit
4f1e304f68
2 changed files with 4 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -450,7 +450,6 @@ PHONY += scripts_basic
|
|||
ifeq ($(PREBUILT_HOST_TOOLS),)
|
||||
scripts_basic:
|
||||
$(Q)$(MAKE) $(build)=scripts/basic
|
||||
$(Q)$(MAKE) $(build)=scripts/gen_idt
|
||||
$(Q)$(MAKE) $(build)=scripts/gen_offset_header
|
||||
else
|
||||
scripts_basic:
|
||||
|
|
|
@ -28,7 +28,10 @@ quiet_cmd_gen_idt = SIDT $@
|
|||
rm staticIdt.bin irq_int_vector_map.bin isrList.bin \
|
||||
)
|
||||
|
||||
staticIdt.o: $(PREBUILT_KERNEL)
|
||||
$(GENIDT):
|
||||
$(Q)$(MAKE) $(build)=scripts/gen_idt
|
||||
|
||||
staticIdt.o: $(PREBUILT_KERNEL) $(GENIDT)
|
||||
$(call cmd,gen_idt)
|
||||
|
||||
quiet_cmd_lnk_elf = LINK $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue