repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ACPI: drivers/acpi: elide a non-zero test on a result that is never 0
[linux/fpc-iii.git]
/
drivers
/
acpi
/
sleep
/
Makefile
blob
f1fb888c2d293752448d7124e8308740afc7d534
1
obj-y
:=
wakeup.o
2
obj-y
+=
main.o
3
obj-
$(
CONFIG_ACPI_SLEEP
) +=
proc.o
4
5
EXTRA_CFLAGS
+= $(
ACPI_CFLAGS
)