Merge branch 'mini2440-dev-unlikely' into mini2440-dev
[linux-2.6/mini2440.git] / arch / x86 / kernel / acpi / Makefile
blobfd5ca97a2ad5e017b48be06e23175d007cc85572
1 subdir- := realmode
3 obj-$(CONFIG_ACPI) += boot.o
4 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_rm.o wakeup_$(BITS).o
6 ifneq ($(CONFIG_ACPI_PROCESSOR),)
7 obj-y += cstate.o processor.o
8 endif
10 $(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin
12 $(obj)/realmode/wakeup.bin: FORCE
13 $(Q)$(MAKE) $(build)=$(obj)/realmode