Bin Meng | 2229c4c | 2015-05-07 21:34:08 +0800 | [diff] [blame] | 1 | # |
2 | # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | |||||
Simon Glass | 752f976 | 2015-08-04 12:34:03 -0600 | [diff] [blame] | 7 | ifndef CONFIG_EFI_STUB |
8 | obj-y += car.o dram.o | ||||
9 | endif | ||||
Miao Yan | 4336af6 | 2016-01-07 01:32:01 -0800 | [diff] [blame] | 10 | obj-y += cpu.o fw_cfg.o qemu.o |
Saket Sinha | af8d55f | 2015-08-22 12:20:57 +0530 | [diff] [blame] | 11 | obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o dsdt.o |