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