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