Makefile 146 Bytes
#
# Makefile for the FPU instruction emulation.
#

# supress all warnings - as math.c produces a lot!
ccflags-y := -w

obj-y    := math_$(BITS).o