diff options
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 536562c626a2..97c949abfabb 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -43,6 +43,7 @@ acpi-y += acpi_platform.o | |||
43 | acpi-y += power.o | 43 | acpi-y += power.o |
44 | acpi-y += event.o | 44 | acpi-y += event.o |
45 | acpi-y += sysfs.o | 45 | acpi-y += sysfs.o |
46 | acpi-$(CONFIG_X86) += acpi_cmos_rtc.o | ||
46 | acpi-$(CONFIG_DEBUG_FS) += debugfs.o | 47 | acpi-$(CONFIG_DEBUG_FS) += debugfs.o |
47 | acpi-$(CONFIG_ACPI_NUMA) += numa.o | 48 | acpi-$(CONFIG_ACPI_NUMA) += numa.o |
48 | acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o | 49 | acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o |