Makefile 262 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for SuperH-specific library files..
#

5
lib-y  = delay.o io.o memset.o memmove.o memchr.o \
6
	 checksum.o strlen.o div64.o div64-generic.o
L
Linus Torvalds 已提交
7 8 9 10 11

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

lib-y	+= $(memcpy-y)
12 13

EXTRA_CFLAGS += -Werror