~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/drivers/fc4/Makefile

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.