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

嵌入式Linux

开发平台:

Unix_Linux

  1. # File: drivers/fc4/Makefile
  2. #
  3. # Makefile for the Linux Fibre Channel device drivers.
  4. #
  5. L_TARGET := fc4.a
  6. export-objs := fc_syms.o
  7. list-multi := fc4.o
  8. fc4-objs := fc.o fc_syms.o
  9. obj-$(CONFIG_FC4) += fc4.o
  10. obj-$(CONFIG_FC4_SOC) += soc.o
  11. obj-$(CONFIG_FC4_SOCAL) += socal.o
  12. include $(TOPDIR)/Rules.make
  13. fc4.o: $(fc4-objs)
  14. $(LD) -r -o $@ $(fc4-objs)