Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f7c2778151f32581ea9ec567d01d5d85209fcfe6
Commit:     f7c2778151f32581ea9ec567d01d5d85209fcfe6
Parent:     c3e838a2cbb0f14af4d718160933523ac4c37adf
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Tue Jun 26 20:19:00 2007 +0200
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Jul 6 16:17:11 2007 +0100

    [MIPS] Change libgcc-style functions from lib-y to obj-y
    
    Reported by Eugene Surovegin <[EMAIL PROTECTED]>.
    
    If only modules were users of these functions they did not get linked into
    the kernel proper, so later module loads would fail as well.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/lib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
index 5dad13e..1c1aa9f 100644
--- a/arch/mips/lib/Makefile
+++ b/arch/mips/lib/Makefile
@@ -9,4 +9,4 @@ obj-y                   += iomap.o
 obj-$(CONFIG_PCI)      += iomap-pci.o
 
 # libgcc-style stuff needed in the kernel
-lib-y += ashldi3.o ashrdi3.o lshrdi3.o ucmpdi2.o
+obj-y += ashldi3.o ashrdi3.o lshrdi3.o ucmpdi2.o
-
To unsubscribe from this list: send the line "unsubscribe git-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