diff options
Diffstat (limited to 'drivers/acpi/hardware/Makefile')
-rw-r--r-- | drivers/acpi/hardware/Makefile | 9 |
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 | |||
5 | obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o | ||
6 | |||
7 | obj-$(ACPI_FUTURE_USAGE) += hwtimer.o | ||
8 | |||
9 | EXTRA_CFLAGS += $(ACPI_CFLAGS) | ||