commit | 6800095945f63253ac14628ddb8ae952e9cec7c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:02:56 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 6c5d5c7866f4ac087fc15f7d47d4ebf4df10e5f7 | |
parent | c4b5b02016b6a0c40c641ca9d3f03716aa8450bd [diff] [blame] |
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>
diff --git a/lib/acpi/Makefile b/lib/acpi/Makefile index ccdf428..552d499 100644 --- a/lib/acpi/Makefile +++ b/lib/acpi/Makefile
@@ -17,4 +17,5 @@ endif obj-y += facs.o +obj-y += ssdt.o endif