diff options
Diffstat (limited to 'drivers/acpi/hardware/Makefile')
-rw-r--r-- | drivers/acpi/hardware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/hardware/Makefile b/drivers/acpi/hardware/Makefile index 438ad373b9ad..238fbe513b82 100644 --- a/drivers/acpi/hardware/Makefile +++ b/drivers/acpi/hardware/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for all Linux ACPI interpreter subdirectories | 2 | # Makefile for all Linux ACPI interpreter subdirectories |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o | 5 | obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o hwxface.o |
6 | 6 | ||
7 | obj-$(ACPI_FUTURE_USAGE) += hwtimer.o | 7 | obj-$(ACPI_FUTURE_USAGE) += hwtimer.o |
8 | 8 | ||