1# 2# Makefile for the FPU instruction emulation. 3# 4 5obj-$(CONFIG_MATHEMU) := math.o 6 7ccflags-y := -I$(src) -Iinclude/math-emu -w 8