2008-04-11 01:28:10 +04:00
|
|
|
subdir- := realmode
|
|
|
|
|
2007-10-24 00:37:23 +04:00
|
|
|
obj-$(CONFIG_ACPI) += boot.o
|
2008-04-11 01:28:10 +04:00
|
|
|
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_rm.o wakeup_$(BITS).o
|
2007-10-24 00:37:23 +04:00
|
|
|
|
|
|
|
ifneq ($(CONFIG_ACPI_PROCESSOR),)
|
2009-12-20 22:19:34 +03:00
|
|
|
obj-y += cstate.o
|
2006-09-26 12:52:41 +04:00
|
|
|
endif
|
2007-10-24 00:37:23 +04:00
|
|
|
|
2008-04-11 01:28:10 +04:00
|
|
|
$(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin
|
|
|
|
|
|
|
|
$(obj)/realmode/wakeup.bin: FORCE
|
2008-05-01 13:31:07 +04:00
|
|
|
$(Q)$(MAKE) $(build)=$(obj)/realmode
|
2008-04-11 01:28:10 +04:00
|
|
|
|