Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the ia32 kernel emulation subsystem.
  3. #
  4. .S.s:
  5. $(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -o $*.s $<
  6. .S.o:
  7. $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -o $*.o $<
  8. all: ia32.o
  9. O_TARGET := ia32.o
  10. obj-y := ia32_entry.o sys_ia32.o ia32_ioctl.o ia32_signal.o ia32_support.o ia32_traps.o 
  11.  binfmt_elf32.o ia32_ldt.o
  12. clean::
  13. include $(TOPDIR)/Rules.make