diff options
Diffstat (limited to 'arch/sparc64/math-emu/Makefile')
-rw-r--r-- | arch/sparc64/math-emu/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sparc64/math-emu/Makefile b/arch/sparc64/math-emu/Makefile new file mode 100644 index 000000000000..a0b06fd29467 --- /dev/null +++ b/arch/sparc64/math-emu/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the FPU instruction emulation. | ||
3 | # | ||
4 | |||
5 | obj-y := math.o | ||
6 | |||
7 | EXTRA_CFLAGS = -I. -Iinclude/math-emu -w | ||