aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/Makefile
blob: 5ad501b30b430f387f219c575d4f7fbe9c8c517e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for MIPS-specific library files..
#

lib-y	+= csum_partial.o memcpy.o memset.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)