]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/x86/kernel/acpi/Makefile_32
a4852a2e9190c147f1faa66ac3ba271e9f3a8a6c
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / acpi / Makefile_32
1 obj-$(CONFIG_ACPI)              += boot.o
2 ifneq ($(CONFIG_PCI),)
3 obj-$(CONFIG_X86_IO_APIC)       += earlyquirk_32.o
4 endif
5 obj-$(CONFIG_ACPI_SLEEP)        += sleep_32.o wakeup_32.o
6
7 ifneq ($(CONFIG_ACPI_PROCESSOR),)
8 obj-y                           += cstate.o processor.o
9 endif
10