summaryrefslogtreecommitdiffstats
path: root/arch/sparc/math-emu/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg2008-11-17 05:05:44 +0100
committerDavid S. Miller2008-12-04 18:16:55 +0100
commitd59b3706a9d71a5ffe6135b537117662a6d3d920 (patch)
treeaed20e67775be48e2b74ab039de056843342b6a8 /arch/sparc/math-emu/Makefile
parentsparc,sparc64: add BITS to arch Makefile (diff)
downloadkernel-qcow2-linux-d59b3706a9d71a5ffe6135b537117662a6d3d920.tar.gz
kernel-qcow2-linux-d59b3706a9d71a5ffe6135b537117662a6d3d920.tar.xz
kernel-qcow2-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