| commit | 774434bf33bdc876c2818eba34e416fe1fc7a746 | [log] [tgz] |
|---|---|---|
| author | Sam Ravnborg <sam@ravnborg.org> | Sun Nov 16 20:06:33 2008 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Thu Dec 04 09:16:56 2008 -0800 |
| tree | 81a6384afb976762b1d95d55fd1ccf5576a2d8e8 | |
| parent | d59b3706a9d71a5ffe6135b537117662a6d3d920 [diff] [blame] |
sparc: prepare math-emu for unification Add _32 to filenames to make them 32 bit unique Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/arch/sparc/math-emu/Makefile b/arch/sparc/math-emu/Makefile index 86995d6..b9085ec 100644 --- a/arch/sparc/math-emu/Makefile +++ b/arch/sparc/math-emu/Makefile
@@ -5,4 +5,4 @@ # supress all warnings - as math.c produces a lot! ccflags-y := -w -obj-y := math.o +obj-y := math_$(BITS).o