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 / lib / Makefile
Encoding:
Makefile  |  2008-12-24  |  325 b   |  17 lines

  1. #
  2. # Makefile for SuperH-specific library files..
  3. #
  4.  
  5. lib-y  = delay.o memset.o memmove.o memchr.o \
  6.      checksum.o strlen.o div64.o div64-generic.o
  7.  
  8. obj-y                += io.o
  9.  
  10. memcpy-y            := memcpy.o
  11. memcpy-$(CONFIG_CPU_SH4)    := memcpy-sh4.o
  12.  
  13. lib-$(CONFIG_MMU)        += copy_page.o clear_page.o
  14. lib-y                += $(memcpy-y)
  15.  
  16. EXTRA_CFLAGS += -Werror
  17.