Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.26 14 lines 312 B view raw
1# 2# Makefile for SuperH-specific library files.. 3# 4 5lib-y = delay.o io.o memset.o memmove.o memchr.o \ 6 checksum.o strlen.o div64.o div64-generic.o 7 8memcpy-y := memcpy.o 9memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o 10 11lib-$(CONFIG_MMU) += copy_page.o clear_page.o 12lib-y += $(memcpy-y) 13 14EXTRA_CFLAGS += -Werror