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/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/hardware/Makefile b/drivers/acpi/hardware/Makefile
new file mode 100644
index 000000000000..438ad373b9ad
--- /dev/null
+++ b/drivers/acpi/hardware/Makefile
@@ -0,0 +1,9 @@
1#
2# Makefile for all Linux ACPI interpreter subdirectories
3#
4
5obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o
6
7obj-$(ACPI_FUTURE_USAGE) += hwtimer.o
8
9EXTRA_CFLAGS += $(ACPI_CFLAGS)