projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6]
/
kernel
/
power
/
Makefile
1
2
ifeq ($(CONFIG_PM_DEBUG),y)
3
EXTRA_CFLAGS += -DDEBUG
4
endif
5
6
obj-y := main.o
7
obj-$(CONFIG_PM_SLEEP) += console.o
8
obj-$(CONFIG_FREEZER) += process.o
9
obj-$(CONFIG_HIBERNATION) += swsusp.o disk.o snapshot.o swap.o user.o
10
11
obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o