- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kernel / acpi / Makefile
1 subdir-                         := realmode
2
3 obj-$(CONFIG_ACPI)              += boot.o
4 obj-$(CONFIG_ACPI_SLEEP)        += sleep.o wakeup_rm.o wakeup_$(BITS).o
5
6 ifneq ($(CONFIG_ACPI_PROCESSOR),)
7 obj-y                           += cstate.o
8 ifneq ($(CONFIG_PROCESSOR_EXTERNAL_CONTROL),)
9 obj-$(CONFIG_XEN)               += processor_extcntl_xen.o
10 endif
11 endif
12
13 $(obj)/wakeup_rm.o:    $(obj)/realmode/wakeup.bin
14
15 $(obj)/realmode/wakeup.bin: FORCE
16         $(Q)$(MAKE) $(build)=$(obj)/realmode
17
18 disabled-obj-$(CONFIG_XEN)      := cstate.o sleep.o wakeup_%.o