aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/sleep/Makefile')
-rw-r--r--drivers/acpi/sleep/Makefile5
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 @@
+obj-y := poweroff.o wakeup.o
+obj-$(CONFIG_ACPI_SLEEP) += main.o
+obj-$(CONFIG_ACPI_SLEEP_PROC_FS) += proc.o
+
+EXTRA_CFLAGS += $(ACPI_CFLAGS)