Skip to content

Commit

Permalink
sparc: prepare math-emu for unification
Browse files Browse the repository at this point in the history
Add _32 to filenames to make them 32 bit unique

Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sravnborg authored and davem330 committed Dec 4, 2008
1 parent d59b370 commit 774434b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sparc/math-emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#include <linux/mm.h>
#include <asm/uaccess.h>

#include "sfp-util.h"
#include "sfp-util_32.h"
#include <math-emu/soft-fp.h>
#include <math-emu/single.h>
#include <math-emu/double.h>
Expand Down
File renamed without changes.

0 comments on commit 774434b

Please sign in to comment.