diff options
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r-- | arch/mips/lib/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile new file mode 100644 index 000000000000..21b92b9dd013 --- /dev/null +++ b/arch/mips/lib/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # Makefile for MIPS-specific library files.. | ||
3 | # | ||
4 | |||
5 | lib-y += csum_partial_copy.o dec_and_lock.o memcpy.o promlib.o \ | ||
6 | strlen_user.o strncpy_user.o strnlen_user.o | ||
7 | |||
8 | obj-y += iomap.o | ||
9 | |||
10 | EXTRA_AFLAGS := $(CFLAGS) | ||