1# 2# Makefile for the FPU instruction emulation. 3# 4 5obj-y := math.o 6 7EXTRA_AFLAGS := -ansi 8EXTRA_CFLAGS = -I. -Iinclude/math-emu -w 9