summaryrefslogtreecommitdiff
path: root/lib/acpi/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-09 01:57:38 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-04-16 09:36:28 +0300
commit91fe8b79f6912ab7622169bc1673e2df222e0b57 (patch)
treeca9baeb3b60980b85c1982b8c3b0f22100987816 /lib/acpi/Makefile
parent89c2798f1f2f690cdd269e38ef386ff720435816 (diff)
downloadu-boot-91fe8b79f6912ab7622169bc1673e2df222e0b57.tar.xz
acpi: Add a central location for table version numbers
Each ACPI table has its own version number. Add the version numbers in a single function so we can keep them consistent and easily see what versions are supported. Start a new acpi_table file in a generic directory to house this function. We can move things over to this file from x86 as needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'lib/acpi/Makefile')
-rw-r--r--lib/acpi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/acpi/Makefile b/lib/acpi/Makefile
new file mode 100644
index 0000000000..660491ef71
--- /dev/null
+++ b/lib/acpi/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += acpi_table.o