projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vector
[linux-2.6]
/
arch
/
i386
/
kernel
/
acpi
/
Makefile
1
obj-$(CONFIG_ACPI) += boot.o
2
ifneq ($(CONFIG_PCI),)
3
obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o
4
endif
5
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o
6
7
ifneq ($(CONFIG_ACPI_PROCESSOR),)
8
obj-y += cstate.o processor.o
9
endif
10