2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for SuperH-specific library files..
|
|
|
|
#
|
|
|
|
|
|
|
|
lib-y = delay.o memset.o memmove.o memchr.o \
|
2007-03-28 08:14:45 +00:00
|
|
|
checksum.o strlen.o div64.o div64-generic.o
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
memcpy-y := memcpy.o
|
|
|
|
memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
|
|
|
|
|
|
|
|
lib-y += $(memcpy-y)
|
2007-11-06 08:35:12 +00:00
|
|
|
|
|
|
|
EXTRA_CFLAGS += -Werror
|