summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-22 21:45:12 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-25 06:27:18 +0300
commit7764a8481c411c2bf06d9588a6f782e899e3d75b (patch)
tree5ab0e2bc54368d511232239fa0e737d5e4640255 /arch/x86/lib/Makefile
parent15403289e5ddb0d777f95f5836add1316e2d9ae2 (diff)
downloadu-boot-7764a8481c411c2bf06d9588a6f782e899e3d75b.tar.xz
x86: acpi: Add PCT and PTC tables
These are needed for the CPU tables. Add them into an x86-specific file since we do not support them on sandbox, or include tests. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index 1185a88c27..f04d275dd9 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -38,7 +38,7 @@ obj-y += sfi.o
obj-y += acpi.o
obj-$(CONFIG_HAVE_ACPI_RESUME) += acpi_s3.o
ifndef CONFIG_QEMU
-obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o
+obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o acpigen.o
endif
obj-y += tables.o
ifndef CONFIG_SPL_BUILD