---
 arch/m68k/lib/Makefile                             |   11 +++++------
 arch/m68k/lib/{Makefile => Makefile_mm}            |    0 
 .../lib/Makefile => m68k/lib/Makefile_no}          |    0 
 3 files changed, 5 insertions(+), 6 deletions(-)
 copy arch/m68k/lib/{Makefile => Makefile_mm} (100%)
 copy arch/{m68knommu/lib/Makefile => m68k/lib/Makefile_no} (100%)

diff --git a/arch/m68k/lib/Makefile b/arch/m68k/lib/Makefile
index af9abf8..1f95881 100644
--- a/arch/m68k/lib/Makefile
+++ b/arch/m68k/lib/Makefile
@@ -1,6 +1,5 @@
-#
-# Makefile for m68k-specific library files..
-#
-
-lib-y  := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
-          checksum.o string.o uaccess.o
+ifdef CONFIG_MMU
+include arch/m68k/lib/Makefile_mm
+else
+include arch/m68k/lib/Makefile_no
+endif
diff --git a/arch/m68k/lib/Makefile b/arch/m68k/lib/Makefile_mm
similarity index 100%
copy from arch/m68k/lib/Makefile
copy to arch/m68k/lib/Makefile_mm
diff --git a/arch/m68knommu/lib/Makefile b/arch/m68k/lib/Makefile_no
similarity index 100%
copy from arch/m68knommu/lib/Makefile
copy to arch/m68k/lib/Makefile_no
-- 
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to