2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Makefile for SuperH-specific library files..
|
|
|
|
#
|
|
|
|
|
2008-06-18 01:30:53 +03:00
|
|
|
lib-y = delay.o memset.o memmove.o memchr.o \
|
2007-03-28 17:14:45 +09:00
|
|
|
checksum.o strlen.o div64.o div64-generic.o
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2008-06-18 01:30:53 +03:00
|
|
|
obj-y += io.o
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
memcpy-y := memcpy.o
|
|
|
|
memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o
|
|
|
|
|
2007-11-21 22:46:14 +09:00
|
|
|
lib-$(CONFIG_MMU) += copy_page.o clear_page.o
|
|
|
|
lib-y += $(memcpy-y)
|
2007-11-06 17:35:12 +09:00
|
|
|
|
|
|
|
EXTRA_CFLAGS += -Werror
|