repo.or.cz
/
linux-2.6
/
kvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux-2.6.12-rc2
[linux-2.6/kvm.git]
/
drivers
/
base
/
power
/
Makefile
blob
c0219ad94aca123768afb8f58afe7a214e1ce819
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