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