diff options
Diffstat (limited to 'arch/m68k/lib/Makefile_no')
-rw-r--r-- | arch/m68k/lib/Makefile_no | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/lib/Makefile_no b/arch/m68k/lib/Makefile_no new file mode 100644 index 00000000000..32d852e586d --- /dev/null +++ b/arch/m68k/lib/Makefile_no @@ -0,0 +1,7 @@ +# +# Makefile for m68knommu specific library files.. +# + +lib-y := ashldi3.o ashrdi3.o lshrdi3.o \ + muldi3.o mulsi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o \ + checksum.o memcpy.o memmove.o memset.o delay.o |