home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / sh / lib / Makefile
Encoding:
Makefile  |  2006-08-11  |  260 b   |  14 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 strcasecmp.o strlen.o div64.o udivdi3.o \
  7.      div64-generic.o
  8.  
  9. memcpy-y            := memcpy.o
  10. memcpy-$(CONFIG_CPU_SH4)    := memcpy-sh4.o
  11.  
  12. lib-y    += $(memcpy-y)
  13.  
  14.