From: Sam Ravnborg Date: Mon, 17 Nov 2008 04:06:33 +0000 (-0800) Subject: sparc: prepare math-emu for unification X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=774434bf33bdc876c2818eba34e416fe1fc7a746;p=linux-beck.git sparc: prepare math-emu for unification Add _32 to filenames to make them 32 bit unique Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- diff --git a/arch/sparc/math-emu/Makefile b/arch/sparc/math-emu/Makefile index 86995d6dd0ba..b9085ecbb27b 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 diff --git a/arch/sparc/math-emu/math.c b/arch/sparc/math-emu/math_32.c similarity index 99% rename from arch/sparc/math-emu/math.c rename to arch/sparc/math-emu/math_32.c index 8613b3eb877c..e13f65da17df 100644 --- a/arch/sparc/math-emu/math.c +++ b/arch/sparc/math-emu/math_32.c @@ -69,7 +69,7 @@ #include #include -#include "sfp-util.h" +#include "sfp-util_32.h" #include #include #include diff --git a/arch/sparc/math-emu/sfp-util.h b/arch/sparc/math-emu/sfp-util_32.h similarity index 100% rename from arch/sparc/math-emu/sfp-util.h rename to arch/sparc/math-emu/sfp-util_32.h