]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/base/power/Makefile
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind...
[mirror_ubuntu-artful-kernel.git] / drivers / base / power / Makefile
1 obj-$(CONFIG_PM) += sysfs.o
2 obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o
3 obj-$(CONFIG_PM_RUNTIME) += runtime.o
4 obj-$(CONFIG_PM_OPS) += generic_ops.o
5 obj-$(CONFIG_PM_TRACE_RTC) += trace.o
6
7 ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
8 ccflags-$(CONFIG_PM_VERBOSE) += -DDEBUG