]> Git Repo - linux.git/blob - drivers/base/power/Makefile
Linux-2.6.12-rc2
[linux.git] / 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
This page took 0.033341 seconds and 4 git commands to generate.