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