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