summaryrefslogtreecommitdiff
path: root/drivers/acpi/Makefile
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-02-25 18:57:40 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-02-25 18:57:40 +0100
commitb11ffaeacd1984b1fca41374c769fb0ff0aa0a42 (patch)
tree16856805159d1a4ebe3f06dbb03f7e7e782d2de3 /drivers/acpi/Makefile
parent6c0b5e3fc6b536b125a66dfee103f3bc26d386f6 (diff)
parentd1eb86e59be09c12447fcb959783cbc70a9bec01 (diff)
Merge branch 'acpi-tables'
* acpi-tables: ACPI: tables: introduce support for FPDT table
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r--drivers/acpi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index 52b627c7f977..700b41adf2db 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -57,6 +57,7 @@ acpi-$(CONFIG_X86) += x86/utils.o
acpi-$(CONFIG_X86) += x86/s2idle.o
acpi-$(CONFIG_DEBUG_FS) += debugfs.o
acpi-y += acpi_lpat.o
+acpi-$(CONFIG_ACPI_FPDT) += acpi_fpdt.o
acpi-$(CONFIG_ACPI_LPIT) += acpi_lpit.o
acpi-$(CONFIG_ACPI_GENERIC_GSI) += irq.o
acpi-$(CONFIG_ACPI_WATCHDOG) += acpi_watchdog.o