blob: 0b9cca5c7cb40d10db702d20681991a112b79e2d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for SuperH-specific library files..
3#
4
5lib-y = delay.o memset.o memmove.o memchr.o \
David S. Millerded220b2007-03-29 01:18:42 -07006 checksum.o strlen.o div64.o udivdi3.o \
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 div64-generic.o
8
9memcpy-y := memcpy.o
10memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
11
12lib-y += $(memcpy-y)
13