projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Automatic merge of /spare/repo/netdev-2.6 branch starfire
[linux-2.6]
/
kernel
/
power
/
Makefile
1
2
ifeq ($(CONFIG_PM_DEBUG),y)
3
EXTRA_CFLAGS += -DDEBUG
4
endif
5
6
swsusp-smp-$(CONFIG_SMP) += smp.o
7
8
obj-y := main.o process.o console.o pm.o
9
obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o $(swsusp-smp-y) disk.o
10
11
obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o