[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / arch / x86_64 / ia32

File: [Development] / linux-2.4-xfs / arch / x86_64 / ia32 / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# 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