diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-25 20:57:40 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-25 20:57:40 +0300 |
commit | b11ffaeacd1984b1fca41374c769fb0ff0aa0a42 (patch) | |
tree | 16856805159d1a4ebe3f06dbb03f7e7e782d2de3 /drivers/acpi/Makefile | |
parent | 6c0b5e3fc6b536b125a66dfee103f3bc26d386f6 (diff) | |
parent | d1eb86e59be09c12447fcb959783cbc70a9bec01 (diff) | |
download | linux-b11ffaeacd1984b1fca41374c769fb0ff0aa0a42.tar.xz |
Merge branch 'acpi-tables'
* acpi-tables:
ACPI: tables: introduce support for FPDT table
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 1 |
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 |