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 @@ +# +# Makefile for the FPU instruction emulation. +# + +obj-y := math.o + +EXTRA_AFLAGS := -ansi +EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w |