f6a3308d6f
This reverts commit 83af58f8068ea3f7b3c537c37a30887bfa585069. It turns out that at least the assembly implementation for strncpy() was buggy. Revert the whole commit and return back to the default coding. Signed-off-by: Helge Deller <deller@gmx.de> Cc: <stable@vger.kernel.org> # v5.4+ Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for parisc-specific library files
|
|
#
|
|
|
|
lib-y := lusercopy.o bitops.o checksum.o io.o memset.o memcpy.o \
|
|
ucmpdi2.o delay.o
|
|
|
|
obj-y := iomap.o
|