mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
cbd29ef9f1
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>
10 lines
206 B
Makefile
10 lines
206 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
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
|