- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / drivers / fc4 / Makefile
blob64021781ab10306df2122b5bef579236359e1178
1 # File: drivers/fc4/Makefile
3 # Makefile for the Linux Fibre Channel device drivers.
6 L_TARGET := fc4.a
8 export-objs := fc_syms.o
10 list-multi := fc4.o
11 fc4-objs := fc.o fc_syms.o
13 obj-$(CONFIG_FC4) += fc4.o
14 obj-$(CONFIG_FC4_SOC) += soc.o
15 obj-$(CONFIG_FC4_SOCAL) += socal.o
17 fc4.o: $(fc4-objs)
18 $(LD) -r -o $@ $(fc4-objs)
20 include $(TOPDIR)/Rules.make