mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
0bcdda0f3a
The 32-bit version and 64-bit version are almost equal. Unify them. This makes further improvements (for example, copying with parallel, supporting PREFETCH, etc.) easier. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
301 B
Makefile
13 lines
301 B
Makefile
#
|
|
# Makefile for MIPS-specific library files..
|
|
#
|
|
|
|
lib-y += csum_partial.o csum_partial_copy.o memcpy.o promlib.o \
|
|
strlen_user.o strncpy_user.o strnlen_user.o uncached.o
|
|
|
|
obj-y += iomap.o
|
|
|
|
# libgcc-style stuff needed in the kernel
|
|
lib-y += ashldi3.o ashrdi3.o lshrdi3.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|