xref: /openbmc/u-boot/arch/x86/cpu/qemu/Makefile (revision 28b538b6)
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