summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/m68k/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/m68k/lib/Makefile')
-rw-r--r--ANDROID_3.4.5/arch/m68k/lib/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/ANDROID_3.4.5/arch/m68k/lib/Makefile b/ANDROID_3.4.5/arch/m68k/lib/Makefile
deleted file mode 100644
index a9d782d3..00000000
--- a/ANDROID_3.4.5/arch/m68k/lib/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Makefile for m68k-specific library files..
-#
-
-lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
- memcpy.o memset.o memmove.o
-
-lib-$(CONFIG_MMU) += string.o uaccess.o
-lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o
-lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o
-
-ifndef CONFIG_GENERIC_CSUM
-lib-y += checksum.o
-endif
-