Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes
[linux-2.6-block.git] / arch / x86 / kernel / acpi / Makefile
CommitLineData
e44b7b75
PM
1subdir- := realmode
2
5e4181b3 3obj-$(CONFIG_ACPI) += boot.o
e44b7b75 4obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_rm.o wakeup_$(BITS).o
5e4181b3
TG
5
6ifneq ($(CONFIG_ACPI_PROCESSOR),)
47817254 7obj-y += cstate.o
f157cbb1 8endif
5e4181b3 9
e44b7b75
PM
10$(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin
11
12$(obj)/realmode/wakeup.bin: FORCE
4c6214c7 13 $(Q)$(MAKE) $(build)=$(obj)/realmode
e44b7b75 14