mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
x86: qemu: do not build car.o with start64.o
car.o can only be used with start.o, not with start64.o. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:

committed by
Bin Meng

parent
7ec2c21d87
commit
cbd29ef9f1
@ -2,6 +2,9 @@
|
||||
#
|
||||
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
||||
|
||||
obj-y += car.o dram.o
|
||||
ifndef CONFIG_$(SPL_)X86_64
|
||||
obj-y += car.o
|
||||
endif
|
||||
obj-y += dram.o
|
||||
obj-y += qemu.o
|
||||
obj-$(CONFIG_QFW) += cpu.o e820.o
|
||||
|
Reference in New Issue
Block a user