diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-05-25 19:19:11 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-30 10:21:12 +0800 |
commit | 7ee371063f3cf779740bb35e0c31dc04fc132e9b (patch) | |
tree | 50eba4f71c8bd5f1deebf9164a710fc4b8608783 /arch/x86/cpu/quark/Makefile | |
parent | 48cf8b834603253440496a2356d192f8e4138d14 (diff) | |
download | u-boot-7ee371063f3cf779740bb35e0c31dc04fc132e9b.tar.gz u-boot-7ee371063f3cf779740bb35e0c31dc04fc132e9b.tar.xz u-boot-7ee371063f3cf779740bb35e0c31dc04fc132e9b.zip |
x86: quark: Generate ACPI FADT/MADT tables
Generate quark platform-specific FADT/MADT tables.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/quark/Makefile')
-rw-r--r-- | arch/x86/cpu/quark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/quark/Makefile b/arch/x86/cpu/quark/Makefile index 6d670d75c1..93ce412166 100644 --- a/arch/x86/cpu/quark/Makefile +++ b/arch/x86/cpu/quark/Makefile @@ -6,3 +6,4 @@ obj-y += car.o dram.o irq.o msg_port.o quark.o obj-y += mrc.o mrc_util.o hte.o smc.o +obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o |