Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9895f942 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: clear/copy_page renames in lib and lib64.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent efddb4c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ lib-y = delay.o io.o memset.o memmove.o memchr.o \
memcpy-y			:= memcpy.o
memcpy-$(CONFIG_CPU_SH4)	:= memcpy-sh4.o

lib-$(CONFIG_MMU)		+= copy_page.o clear_page.o
lib-y				+= $(memcpy-y)

EXTRA_CFLAGS += -Werror
+0 −0

File moved.

+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@

# Panic should really be compiled as PIC
lib-y  := udelay.o c-checksum.o dbg.o panic.o memcpy.o copy_user_memcpy.o \
		page_copy.o page_clear.o
		copy_page.o clear_page.o
+0 −0

File moved.

Loading