]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/i386/kernel/acpi/Makefile
[PATCH] i386: port ATI timer fix from x86_64 to i386 II
[linux-2.6-omap-h63xx.git] / arch / i386 / kernel / acpi / Makefile
1 obj-$(CONFIG_ACPI)              += 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 processor.o
7 endif
8