home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / x86 / kernel / acpi / Makefile
Encoding:
Makefile  |  2008-12-24  |  318 b   |  15 lines

  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.  
  15.