aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/math-emu/Makefile
diff options
context:
space:
mode:
authorGravatar Sam Ravnborg <sam@ravnborg.org> 2008-11-16 20:05:44 -0800
committerGravatar David S. Miller <davem@davemloft.net> 2008-12-04 09:16:55 -0800
commitd59b3706a9d71a5ffe6135b537117662a6d3d920 (patch)
treeaed20e67775be48e2b74ab039de056843342b6a8 /arch/sparc/math-emu/Makefile
parentsparc,sparc64: add BITS to arch Makefile (diff)
downloadlinux-d59b3706a9d71a5ffe6135b537117662a6d3d920.tar.gz
linux-d59b3706a9d71a5ffe6135b537117662a6d3d920.tar.bz2
linux-d59b3706a9d71a5ffe6135b537117662a6d3d920.zip
sparc: cleanup math-emu
- Drop unused assignment from Makefile - Replace EXTRA_CFLAGS with ccflags-y - Delete unused file Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/math-emu/Makefile')
-rw-r--r--arch/sparc/math-emu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc/math-emu/Makefile b/arch/sparc/math-emu/Makefile
index 8136987977f4..86995d6dd0ba 100644
--- a/arch/sparc/math-emu/Makefile
+++ b/arch/sparc/math-emu/Makefile
@@ -2,7 +2,7 @@
# Makefile for the FPU instruction emulation.
#
-obj-y := math.o
+# supress all warnings - as math.c produces a lot!
+ccflags-y := -w
-EXTRA_AFLAGS := -ansi
-EXTRA_CFLAGS = -I. -Iinclude/math-emu -w
+obj-y := math.o