ChangeSet 1.2231.1.41, 2005/03/28 19:27:38-08:00, [EMAIL PROTECTED]

        [PATCH] mips linkage fix
        
        Jim Gifford <[EMAIL PROTECTED]>
        
        The iomap.o functions aren't dragged into the kernel if the build is 
fully
        modular.  But modules need them.  So link iomap.o into the kernel
        unconditionally.
        
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


diff -Nru a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
--- a/arch/mips/lib/Makefile    2005-03-28 21:15:19 -08:00
+++ b/arch/mips/lib/Makefile    2005-03-28 21:15:19 -08:00
@@ -2,7 +2,9 @@
 # Makefile for MIPS-specific library files..
 #
 
-lib-y  += csum_partial_copy.o dec_and_lock.o iomap.o memcpy.o promlib.o \
+lib-y  += csum_partial_copy.o dec_and_lock.o memcpy.o promlib.o \
           strlen_user.o strncpy_user.o strnlen_user.o
+
+obj-y  += iomap.o
 
 EXTRA_AFLAGS := $(CFLAGS)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to