fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / 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
11 ifdef CONFIG_XEN
12 include $(srctree)/scripts/Makefile.xen
13 obj-y := $(call cherrypickxen, $(obj-y), $(src))
14 endif