2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Makefile for the FPU instruction emulation.
|
|
|
|
#
|
|
|
|
|
2011-03-30 22:57:33 -03:00
|
|
|
# suppress all warnings - as math.c produces a lot!
|
2008-11-16 20:05:44 -08:00
|
|
|
ccflags-y := -w
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2008-11-16 20:06:33 -08:00
|
|
|
obj-y := math_$(BITS).o
|