# # Makefile for the ia32 kernel emulation subsystem. # O_TARGET := ia32.o export-objs := ia32_ioctl.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 include $(TOPDIR)/Rules.make