diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-11-16 20:07:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 09:16:56 -0800 |
commit | 5115f39c2034cb80a050d996a2a6343bce189628 (patch) | |
tree | f106dcf237f9f7de49d4ad5d5f3b81968f663e46 /arch/sparc64/math-emu/Makefile | |
parent | 774434bf33bdc876c2818eba34e416fe1fc7a746 (diff) |
sparc64: unify math-emu
Move relavent files to sparc/math-emu and
adjust path/include accordingly.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/math-emu/Makefile')
-rw-r--r-- | arch/sparc64/math-emu/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc64/math-emu/Makefile b/arch/sparc64/math-emu/Makefile deleted file mode 100644 index cc5cb9baf6a..00000000000 --- a/arch/sparc64/math-emu/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the FPU instruction emulation. -# - -obj-y := math.o - -EXTRA_CFLAGS = -Iinclude/math-emu -w |