xref: /openbmc/u-boot/arch/x86/cpu/qemu/Makefile (revision fb77a9e3)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
4
5ifndef CONFIG_$(SPL_)X86_64
6obj-y += car.o
7endif
8obj-y += dram.o
9obj-y += qemu.o
10obj-$(CONFIG_QFW) += cpu.o e820.o
11