aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/math-emu/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-11-16 20:05:44 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-04 09:16:55 -0800
commitd59b3706a9d71a5ffe6135b537117662a6d3d920 (patch)
treeaed20e67775be48e2b74ab039de056843342b6a8 /arch/sparc/math-emu/Makefile
parentb0cdd599dbbea51bfb36801f5cc5634916bc2a36 (diff)
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 8136987977f..86995d6dd0b 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