Makefile 247 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2 3 4 5
#
# Makefile for SuperH-specific library files..
#

lib-y  = delay.o memset.o memmove.o memchr.o \
6
	 checksum.o strlen.o div64.o udivdi3.o \
Linus Torvalds's avatar
Linus Torvalds committed
7 8 9 10 11 12 13
	 div64-generic.o

memcpy-y			:= memcpy.o
memcpy-$(CONFIG_CPU_SH4)	:= memcpy-sh4.o

lib-y	+= $(memcpy-y)