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