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-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into merge
[linux-2.6]
/
arch
/
x86
/
kernel
/
acpi
/
Makefile_64
1
obj-y := boot.o
2
obj-$(CONFIG_ACPI_SLEEP) += sleep_64.o wakeup_64.o
3
4
ifneq ($(CONFIG_ACPI_PROCESSOR),)
5
obj-y += processor.o cstate.o
6
endif
7