summaryrefslogtreecommitdiff
path: root/lib/acpi/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 19:02:56 +0300
committerSimon Glass <sjg@chromium.org>2022-01-25 21:44:36 +0300
commitd953137526cce48002ef1e313592d28b66cc9c48 (patch)
tree6c5d5c7866f4ac087fc15f7d47d4ebf4df10e5f7 /lib/acpi/Makefile
parent379d3c1fd6aa490b1ad5697525cfc89b615cf25a (diff)
downloadu-boot-d953137526cce48002ef1e313592d28b66cc9c48.tar.xz
x86: Move SSDT 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 ccdf42896d..552d499fde 100644
--- a/lib/acpi/Makefile
+++ b/lib/acpi/Makefile
@@ -17,4 +17,5 @@ obj-y += dsdt.o
endif
obj-y += facs.o
+obj-y += ssdt.o
endif