blob: 5ad501b30b430f387f219c575d4f7fbe9c8c517e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for MIPS-specific library files..
3#
4
Atsushi Nemotoa5831582006-12-18 00:07:40 +09005lib-y += csum_partial.o memcpy.o memset.o promlib.o \
Atsushi Nemoto0bcdda02006-12-04 00:42:59 +09006 strlen_user.o strncpy_user.o strnlen_user.o uncached.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8obj-y += iomap.o
9
Ralf Baechle72fbfb22006-06-07 13:25:37 +010010# libgcc-style stuff needed in the kernel
11lib-y += ashldi3.o ashrdi3.o lshrdi3.o
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013EXTRA_AFLAGS := $(CFLAGS)