diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-11-16 23:05:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 12:16:55 -0500 |
commit | d59b3706a9d71a5ffe6135b537117662a6d3d920 (patch) | |
tree | aed20e67775be48e2b74ab039de056843342b6a8 /arch/sparc/math-emu/Makefile | |
parent | b0cdd599dbbea51bfb36801f5cc5634916bc2a36 (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/Makefile | 6 |
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 | ||
5 | obj-y := math.o | 5 | # supress all warnings - as math.c produces a lot! |
6 | ccflags-y := -w | ||
6 | 7 | ||
7 | EXTRA_AFLAGS := -ansi | 8 | obj-y := math.o |
8 | EXTRA_CFLAGS = -I. -Iinclude/math-emu -w | ||