diff options
Diffstat (limited to 'drivers/acpi/sleep/Makefile')
-rw-r--r-- | drivers/acpi/sleep/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/sleep/Makefile b/drivers/acpi/sleep/Makefile new file mode 100644 index 000000000000..d6c017709c85 --- /dev/null +++ b/drivers/acpi/sleep/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | obj-y := poweroff.o wakeup.o | ||
2 | obj-$(CONFIG_ACPI_SLEEP) += main.o | ||
3 | obj-$(CONFIG_ACPI_SLEEP_PROC_FS) += proc.o | ||
4 | |||
5 | EXTRA_CFLAGS += $(ACPI_CFLAGS) | ||