repo.or.cz
/
linux-2.6
/
next.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.19-rc1
[linux-2.6/next.git]
/
drivers
/
acpi
/
sleep
/
Makefile
blob
d6c017709c850dd075d903a280443f6ee96a1a85
1
obj-y
:=
poweroff.o wakeup.o
2
obj-
$(
CONFIG_ACPI_SLEEP
) +=
main.o
3
obj-
$(
CONFIG_ACPI_SLEEP_PROC_FS
) +=
proc.o
4
5
EXTRA_CFLAGS
+= $(
ACPI_CFLAGS
)