#
# Makefile for the FPU instruction emulation.
#

O_TARGET := math-emu.o
obj-$(CONFIG_MATHEMU) := math.o qrnnd.o

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

include $(TOPDIR)/Rules.make


