projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge with /home/shaggy/git/linus-clean/
[linux-2.6]
/
arch
/
i386
/
kernel
/
acpi
/
Makefile
1
obj-$(CONFIG_ACPI_BOOT) := boot.o
2
obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o
3
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o
4
5
ifneq ($(CONFIG_ACPI_PROCESSOR),)
6
obj-y += cstate.o
7
endif
8