Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for MIPS-specific library files.. |
| 3 | # |
| 4 | |
Ralf Baechle | 36a8853 | 2007-03-01 11:56:43 +0000 | [diff] [blame] | 5 | lib-y += csum_partial.o memcpy.o memcpy-inatomic.o memset.o strlen_user.o \ |
| 6 | strncpy_user.o strnlen_user.o uncached.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Ralf Baechle | 140c172 | 2006-12-07 15:35:43 +0100 | [diff] [blame] | 8 | obj-y += iomap.o |
| 9 | obj-$(CONFIG_PCI) += iomap-pci.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
Ralf Baechle | 72fbfb2 | 2006-06-07 13:25:37 +0100 | [diff] [blame] | 11 | # libgcc-style stuff needed in the kernel |
Ralf Baechle | f7c2778 | 2007-06-26 20:19:00 +0200 | [diff] [blame^] | 12 | obj-y += ashldi3.o ashrdi3.o lshrdi3.o ucmpdi2.o |