patch-2.4.4 linux/arch/s390/math-emu/Makefile

Next file: linux/arch/s390/math-emu/math.c
Previous file: linux/arch/s390/lib/misaligned.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/s390/math-emu/Makefile linux/arch/s390/math-emu/Makefile
@@ -0,0 +1,12 @@
+#
+# 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
+
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)