]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/mips/lib/Makefile
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2112...
[mirror_ubuntu-artful-kernel.git] / arch / mips / lib / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for MIPS-specific library files..
3#
4
92d11594 5lib-y += bitops.o csum_partial.o delay.o memcpy.o memset.o \
e97c5b60
JQ
6 mips-atomic.o strlen_user.o strncpy_user.o \
7 strnlen_user.o uncached.o
1da177e4 8
140c1729
RB
9obj-y += iomap.o
10obj-$(CONFIG_PCI) += iomap-pci.o
4e0748f5 11lib-$(CONFIG_GENERIC_CSUM) := $(filter-out csum_partial.o, $(lib-y))
1da177e4 12
3165c846 13obj-$(CONFIG_CPU_GENERIC_DUMP_TLB) += dump_tlb.o
4becef1d 14obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o
4becef1d 15obj-$(CONFIG_CPU_TX39XX) += r3k_dump_tlb.o
4becef1d 16
72fbfb26 17# libgcc-style stuff needed in the kernel
1ee3630a 18obj-y += ashldi3.o ashrdi3.o bswapsi.o bswapdi.o cmpdi2.o lshrdi3.o ucmpdi2.o