#
# Makefile for the FPU instruction emulation.
#

CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w

obj-$(CONFIG_MATHEMU) += math.o qrnnd.o
