Makefile 306 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for MIPS-specific library files..
#

5 6
lib-y	+= csum_partial.o memcpy.o memcpy-inatomic.o memset.o strlen_user.o \
	   strncpy_user.o strnlen_user.o uncached.o
L
Linus Torvalds 已提交
7

R
Ralf Baechle 已提交
8 9
obj-y			+= iomap.o
obj-$(CONFIG_PCI)	+= iomap-pci.o
L
Linus Torvalds 已提交
10

11 12
# libgcc-style stuff needed in the kernel
lib-y += ashldi3.o ashrdi3.o lshrdi3.o