]> err.no Git - linux-2.6/blob - arch/x86/kernel/acpi/Makefile
Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer...
[linux-2.6] / 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 processor.o
8 endif
9
10 $(obj)/wakeup_rm.o:    $(obj)/realmode/wakeup.bin
11
12 $(obj)/realmode/wakeup.bin: FORCE
13         $(Q)$(MAKE) $(build)=$(obj)/realmode
14