aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/hardware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/hardware/Makefile')
-rw-r--r--drivers/acpi/hardware/Makefile2
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
5obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o 5obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o hwxface.o
6 6
7obj-$(ACPI_FUTURE_USAGE) += hwtimer.o 7obj-$(ACPI_FUTURE_USAGE) += hwtimer.o
8 8