diff options
Diffstat (limited to 'arch/blackfin/lib/Makefile')
-rw-r--r-- | arch/blackfin/lib/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile new file mode 100644 index 000000000000..635288fc5f54 --- /dev/null +++ b/arch/blackfin/lib/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # arch/blackfin/lib/Makefile | ||
3 | # | ||
4 | |||
5 | lib-y := \ | ||
6 | ashldi3.o ashrdi3.o lshrdi3.o \ | ||
7 | muldi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o \ | ||
8 | checksum.o memcpy.o memset.o memcmp.o memchr.o memmove.o \ | ||
9 | strcmp.o strcpy.o strncmp.o strncpy.o \ | ||
10 | umulsi3_highpart.o smulsi3_highpart.o \ | ||
11 | ins.o outs.o | ||