summaryrefslogtreecommitdiffstats
path: root/board/congatec/conga-qeval20-qa3-e3845/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-07 07:46:33 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:18:00 +0800
commitad3098f7b8167915f59c2a2cb59fdac26730f601 (patch)
tree158f6cdcfd7cbd17953e4e274d83fb666edfe6e4 /board/congatec/conga-qeval20-qa3-e3845/Makefile
parent4470f2d51c26b80953e76c8eb54ed4e6947f4223 (diff)
downloadtalos-obmc-uboot-ad3098f7b8167915f59c2a2cb59fdac26730f601.tar.gz
talos-obmc-uboot-ad3098f7b8167915f59c2a2cb59fdac26730f601.zip
x86: baytrail: Enable ACPI table generation for all boards
Enable ACPI table generation by creating a DSDT table for all baytrail boards: conga-qeval20-qa3-e3845, bayleybay and minnowmax. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/congatec/conga-qeval20-qa3-e3845/Makefile')
-rw-r--r--board/congatec/conga-qeval20-qa3-e3845/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/congatec/conga-qeval20-qa3-e3845/Makefile b/board/congatec/conga-qeval20-qa3-e3845/Makefile
index 23b8748c69..b784510f39 100644
--- a/board/congatec/conga-qeval20-qa3-e3845/Makefile
+++ b/board/congatec/conga-qeval20-qa3-e3845/Makefile
@@ -5,3 +5,4 @@
#
obj-y += conga-qeval20-qa3.o start.o
+obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt.o
OpenPOWER on IntegriCloud