patch-2.4.20 linux-2.4.20/arch/x86_64/ia32/Makefile

Next file: linux-2.4.20/arch/x86_64/ia32/fpu32.c
Previous file: linux-2.4.20/arch/x86_64/defconfig
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/x86_64/ia32/Makefile linux-2.4.20/arch/x86_64/ia32/Makefile
@@ -0,0 +1,20 @@
+#
+# Makefile for the ia32 kernel emulation subsystem.
+#
+
+.S.s:
+	$(CPP) $(AFLAGS) -o $*.s $<
+.S.o:
+	$(CC) $(AFLAGS) -c -o $*.o $<
+
+export-objs := ia32_ioctl.o	
+
+all: ia32.o
+
+O_TARGET := ia32.o
+obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_ioctl.o ia32_signal.o \
+	ia32_binfmt.o fpu32.o socket32.o ptrace32.o ipc32.o
+
+clean::
+
+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)