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

Linux/Unix编程

开发平台:

Unix_Linux

  1. # BK Id: SCCS/s.Makefile 1.6 08/30/01 09:33:48 trini
  2. #
  3. #
  4. # Makefile for the linux MPC8xx ppc-specific parts of comm processor
  5. #
  6. # Note! Dependencies are done automagically by 'make dep', which also
  7. # removes any old dependencies. DON'T put your own dependencies here
  8. # unless it's something special (ie not a .c file).
  9. #
  10. # Note 2! The CFLAGS definition is now in the main makefile...
  11. O_TARGET  := 8xx_io.o
  12. obj-y := commproc.o uart.o
  13. obj-$(CONFIG_FEC_ENET) += fec.o
  14. obj-$(CONFIG_SCC_ENET) += enet.o
  15. obj-$(CONFIG_UCODE_PATCH) += micropatch.o
  16. include $(TOPDIR)/Rules.make