Pull trivial into release branch
[deliverable/linux.git] / arch / mips / lib / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for MIPS-specific library files..
3#
4
f860c90b 5lib-y += csum_partial.o memcpy.o promlib.o \
0bcdda0f 6 strlen_user.o strncpy_user.o strnlen_user.o uncached.o
1da177e4
LT
7
8obj-y += iomap.o
9
72fbfb26
RB
10# libgcc-style stuff needed in the kernel
11lib-y += ashldi3.o ashrdi3.o lshrdi3.o
12
1da177e4 13EXTRA_AFLAGS := $(CFLAGS)
This page took 0.311636 seconds and 5 git commands to generate.