diff options
Diffstat (limited to 'drivers/base/power/Makefile')
-rw-r--r-- | drivers/base/power/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/base/power/Makefile b/drivers/base/power/Makefile new file mode 100644 index 000000000000..c0219ad94aca --- /dev/null +++ b/drivers/base/power/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | obj-y := shutdown.o | ||
2 | obj-$(CONFIG_PM) += main.o suspend.o resume.o runtime.o sysfs.o | ||
3 | |||
4 | ifeq ($(CONFIG_DEBUG_DRIVER),y) | ||
5 | EXTRA_CFLAGS += -DDEBUG | ||
6 | endif | ||