]> err.no Git - linux-2.6/blob - drivers/base/power/Makefile
Merge HEAD from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux...
[linux-2.6] / drivers / base / power / Makefile
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