diff options
Diffstat (limited to 'arch/mn10300/lib/Makefile')
-rw-r--r-- | arch/mn10300/lib/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mn10300/lib/Makefile b/arch/mn10300/lib/Makefile new file mode 100644 index 000000000000..fdfa9ec5b5bb --- /dev/null +++ b/arch/mn10300/lib/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the MN10300-specific library files.. | ||
3 | # | ||
4 | |||
5 | lib-y = delay.o usercopy.o checksum.o bitops.o memcpy.o memmove.o memset.o | ||
6 | lib-y += do_csum.o | ||
7 | lib-y += __ashldi3.o __ashrdi3.o __lshrdi3.o negdi2.o | ||