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