projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
x86: Unify i386 and x86-64 early quirks
[linux-2.6]
/
arch
/
x86
/
kernel
/
acpi
/
Makefile_32
1
obj-$(CONFIG_ACPI) += boot.o
2
obj-$(CONFIG_ACPI_SLEEP) += sleep_32.o wakeup_32.o
3
4
ifneq ($(CONFIG_ACPI_PROCESSOR),)
5
obj-y += cstate.o processor.o
6
endif
7