[ACPI] enable C2 and C3 idle power states on SMP
[linux-2.6/mini2440.git] / arch / i386 / kernel / acpi / Makefile
blob5e291a20c03d1c583bdfa0e20852e7a242280a97
1 obj-$(CONFIG_ACPI_BOOT) := boot.o
2 obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o
3 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o
5 ifneq ($(CONFIG_ACPI_PROCESSOR),)
6 obj-y += cstate.o
7 endif