xref: /linux/arch/mips/lib/Makefile (revision f3d9478b2ce468c3115b02ecae7e975990697f15)
1#
2# Makefile for MIPS-specific library files..
3#
4
5lib-y	+= csum_partial_copy.o memcpy.o promlib.o strlen_user.o strncpy_user.o \
6	   strnlen_user.o uncached.o
7
8obj-y	+= iomap.o
9
10# libgcc-style stuff needed in the kernel
11lib-y += ashldi3.o ashrdi3.o lshrdi3.o
12
13EXTRA_AFLAGS := $(CFLAGS)
14