summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/baytrail/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-07 07:46:32 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:18:00 +0800
commit4470f2d51c26b80953e76c8eb54ed4e6947f4223 (patch)
tree6094e99b7dda4367620297626fb753e6abcd67cb /arch/x86/cpu/baytrail/Makefile
parent42f8ebfd23a525c24011830b0d221c8d8cbcc5c9 (diff)
downloadblackbird-obmc-uboot-4470f2d51c26b80953e76c8eb54ed4e6947f4223.tar.gz
blackbird-obmc-uboot-4470f2d51c26b80953e76c8eb54ed4e6947f4223.zip
x86: baytrail: Generate ACPI FADT/MADT tables
FADT/MADT tables are platform specific. Generate them for BayTrail. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/baytrail/Makefile')
-rw-r--r--arch/x86/cpu/baytrail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/baytrail/Makefile b/arch/x86/cpu/baytrail/Makefile
index 5be5491643..a0216f3059 100644
--- a/arch/x86/cpu/baytrail/Makefile
+++ b/arch/x86/cpu/baytrail/Makefile
@@ -8,3 +8,4 @@ obj-y += cpu.o
obj-y += early_uart.o
obj-y += fsp_configs.o
obj-y += valleyview.o
+obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o
OpenPOWER on IntegriCloud