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