projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Pull bugzilla-9345 into release branch
[linux-2.6]
/
drivers
/
base
/
power
/
Makefile
1
obj-y := shutdown.o
2
obj-$(CONFIG_PM) += sysfs.o
3
obj-$(CONFIG_PM_SLEEP) += main.o
4
obj-$(CONFIG_PM_TRACE) += trace.o
5
6
ifeq ($(CONFIG_DEBUG_DRIVER),y)
7
EXTRA_CFLAGS += -DDEBUG
8
endif
9
ifeq ($(CONFIG_PM_VERBOSE),y)
10
EXTRA_CFLAGS += -DDEBUG
11
endif