1#
2# Makefile for the FPU instruction emulation.
3#
4
5O_TARGET := math-emu.o
6obj-$(CONFIG_MATHEMU) := math.o qrnnd.o
7
8EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w
9
10include $(TOPDIR)/Rules.make
11
12
13