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.25-rc4
[linux-2.6/next.git]
/
arch
/
x86
/
kernel
/
acpi
/
Makefile
blob
19d3d6e9d09b80f359a79de7525344b6d87401b5
1
obj-
$(
CONFIG_ACPI
) +=
boot.o
2
obj-
$(
CONFIG_ACPI_SLEEP
) +=
sleep.o wakeup_
$(
BITS
)
.o
3
4
ifneq
($(
CONFIG_ACPI_PROCESSOR
),)
5
obj-y
+=
cstate.o processor.o
6
endif
7