Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. # BK Id: SCCS/s.Makefile 1.6 06/27/01 14:49:58 trini
  2. #
  3. # Makefile for xmon
  4. O_TARGET := x.o
  5. ifdef CONFIG_8xx
  6. obj-y := start_8xx.o
  7. else
  8. obj-y := start.o
  9. endif
  10. obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
  11. include $(TOPDIR)/Rules.make