mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
aedefb6f79
Move to driver model for pci on QEMU. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
11 lines
213 B
Makefile
11 lines
213 B
Makefile
#
|
|
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifndef CONFIG_EFI_STUB
|
|
obj-y += car.o dram.o
|
|
endif
|
|
obj-y += qemu.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o dsdt.o
|