repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
[pv_ops_mirror.git]
/
drivers
/
acpi
/
sleep
/
Makefile
blob
2bec897ab1eb6c3e9cfa139092f237242bb073a3
1
obj-y
:=
poweroff.o wakeup.o
2
obj-
$(
CONFIG_PM_SLEEP
) +=
main.o
3
obj-
$(
CONFIG_X86
) +=
proc.o
4
5
EXTRA_CFLAGS
+= $(
ACPI_CFLAGS
)