blob: 9e5d985936b32b9b3c3ccaf01de8db2885b78e62 [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
Ralf Baechle140c1722006-12-07 15:35:43 +01008obj-y += iomap.o
9obj-$(CONFIG_PCI) += iomap-pci.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
Ralf Baechle72fbfb22006-06-07 13:25:37 +010011# libgcc-style stuff needed in the kernel
12lib-y += ashldi3.o ashrdi3.o lshrdi3.o
13
Linus Torvalds1da177e2005-04-16 15:20:36 -070014EXTRA_AFLAGS := $(CFLAGS)