projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e838a
)
[MIPS] Change libgcc-style functions from lib-y to obj-y
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Jun 2007 18:19:00 +0000
(20:19 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 6 Jul 2007 15:17:11 +0000
(16:17 +0100)
Reported by Eugene Surovegin <ebs@ebshome.net>.
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 <ralf@linux-mips.org>
arch/mips/lib/Makefile
patch
|
blob
|
history
diff --git
a/arch/mips/lib/Makefile
b/arch/mips/lib/Makefile
index
5dad13e
..
1c1aa9f
100644
(file)
--- 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