1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> 4 5ifndef CONFIG_EFI_STUB 6obj-y += car.o dram.o 7endif 8obj-y += qemu.o 9obj-$(CONFIG_QFW) += cpu.o e820.o 10