aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/math-emu/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-11-16 23:05:44 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-04 12:16:55 -0500
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 8136987977f4..86995d6dd0ba 100644
--- a/arch/sparc/math-emu/Makefile
+++ b/arch/sparc/math-emu/Makefile
@@ -2,7 +2,7 @@
2# Makefile for the FPU instruction emulation. 2# Makefile for the FPU instruction emulation.
3# 3#
4 4
5obj-y := math.o 5# supress all warnings - as math.c produces a lot!
6ccflags-y := -w
6 7
7EXTRA_AFLAGS := -ansi 8obj-y := math.o
8EXTRA_CFLAGS = -I. -Iinclude/math-emu -w