[ARM] 2933/1: S3C2410 - fix serial port warnings
[linux-2.6.git] / arch / sh / lib / Makefile
blobb5681e3f9684eeef6a13c3391e12e5ccfe34e6ca
2 # Makefile for SuperH-specific library files..
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
9 memcpy-y := memcpy.o
10 memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
12 lib-y += $(memcpy-y)