Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for MIPS-specific library files.. |
| 3 | # |
| 4 | |
Atsushi Nemoto | a583158 | 2006-12-18 00:07:40 +0900 | [diff] [blame] | 5 | lib-y += csum_partial.o memcpy.o memset.o promlib.o \ |
Atsushi Nemoto | 0bcdda0 | 2006-12-04 00:42:59 +0900 | [diff] [blame] | 6 | strlen_user.o strncpy_user.o strnlen_user.o uncached.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
| 8 | obj-y += iomap.o |
| 9 | |
Ralf Baechle | 72fbfb2 | 2006-06-07 13:25:37 +0100 | [diff] [blame] | 10 | # libgcc-style stuff needed in the kernel |
| 11 | lib-y += ashldi3.o ashrdi3.o lshrdi3.o |
| 12 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | EXTRA_AFLAGS := $(CFLAGS) |