Skip to content

Commit

Permalink
sparc: cleanup math-emu
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent b0cdd59 commit d59b370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
6 changes: 3 additions & 3 deletions arch/sparc/math-emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
36 changes: 0 additions & 36 deletions arch/sparc/math-emu/ashldi3.S

This file was deleted.

0 comments on commit d59b370

Please sign in to comment.