--- 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 _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev