summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/qemu/Makefile
diff options
context:
space:
mode:
authorSaket Sinha <saket.sinha89@gmail.com>2015-08-22 12:20:56 +0530
committerSimon Glass <sjg@chromium.org>2015-08-26 07:54:14 -0700
commite94019ede750f2807b5a211ba39beb05bba5714d (patch)
tree713f963d1911d008bc74d26e4824e4dcca144188 /arch/x86/cpu/qemu/Makefile
parent867bcb63e79f66bc88d4546d132c5895ea339a66 (diff)
downloadu-boot-imx-e94019ede750f2807b5a211ba39beb05bba5714d.zip
u-boot-imx-e94019ede750f2807b5a211ba39beb05bba5714d.tar.gz
u-boot-imx-e94019ede750f2807b5a211ba39beb05bba5714d.tar.bz2
x86: Add ACPI table support to QEMU
This patch mainly adds ACPI support to QEMU. Verified by booting Linux kernel on QEMU Q35. Signed-off-by: Saket Sinha <saket.sinha89@gmail.com> Minor whitespace fixes and dropped mention of i440FX in commit message: Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/qemu/Makefile')
-rw-r--r--arch/x86/cpu/qemu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/qemu/Makefile b/arch/x86/cpu/qemu/Makefile
index 9a66b16..8c3884c 100644
--- a/arch/x86/cpu/qemu/Makefile
+++ b/arch/x86/cpu/qemu/Makefile
@@ -8,4 +8,5 @@ ifndef CONFIG_EFI_STUB
obj-y += car.o dram.o
endif
obj-y += qemu.o
+obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o
obj-$(CONFIG_PCI) += pci.o