mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
x86: Move call64 to the i386 directory
This code is only used in 32-bit mode. Move it so that it does not get built with 64-bit U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
337705833c
commit
8cfc966c77
3 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ extra-y = start.o
|
|||
endif
|
||||
extra-$(CONFIG_$(SPL_)X86_16BIT_INIT) += resetvec.o start16.o
|
||||
ifndef CONFIG_$(SPL_)X86_64
|
||||
obj-y += call64.o setjmp.o
|
||||
obj-y += setjmp.o
|
||||
endif
|
||||
|
||||
obj-y += cpu.o cpu_x86.o
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
# Written by Simon Glass <sjg@chromium.org>
|
||||
#
|
||||
|
||||
obj-y += call64.o
|
||||
obj-y += cpu.o
|
||||
obj-y += interrupt.o
|
||||
|
|
Loading…
Add table
Reference in a new issue