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 / sh / kernel / cpu / sh5 / Makefile
Encoding:
Makefile  |  2008-12-24  |  253 b   |  13 lines

  1. #
  2. # Makefile for the Linux/SuperH SH-5 backends.
  3. #
  4. obj-y := entry.o probe.o switchto.o
  5.  
  6. obj-$(CONFIG_SH_FPU)        += fpu.o
  7. obj-$(CONFIG_KALLSYMS)        += unwind.o
  8.  
  9. # Primary on-chip clocks (common)
  10. clock-$(CONFIG_CPU_SH5)        := clock-sh5.o
  11.  
  12. obj-y            += $(clock-y)
  13.