summaryrefslogtreecommitdiff
path: root/lib/acpi/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 19:03:00 +0300
committerSimon Glass <sjg@chromium.org>2022-01-25 21:44:36 +0300
commit85b8161b141070e5c7515edb38424ea48f023d04 (patch)
tree0b8fa73e06dc3a3b6e2de7d39b16784a841363fe /lib/acpi/Makefile
parentef55f48788100212db7cd19eb9c8a347e630ffe8 (diff)
downloadu-boot-85b8161b141070e5c7515edb38424ea48f023d04.tar.xz
x86: Move CSRT table to a writer function
Move this table over to use a writer function, moving the code from the x86 implementation. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/acpi/Makefile')
-rw-r--r--lib/acpi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/acpi/Makefile b/lib/acpi/Makefile
index 552d499fde..f9b504988f 100644
--- a/lib/acpi/Makefile
+++ b/lib/acpi/Makefile
@@ -10,6 +10,7 @@ obj-y += acpi_writer.o
# With QEMU the ACPI tables come from there, not from U-Boot
ifndef CONFIG_QEMU
obj-y += base.o
+obj-y += csrt.o
# Sandbox does not build a .asl file
ifndef CONFIG_SANDBOX