summaryrefslogtreecommitdiffstats
path: root/drivers/fc4/Makefile
blob: 64021781ab10306df2122b5bef579236359e1178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File: drivers/fc4/Makefile
#
# Makefile for the Linux Fibre Channel device drivers.
#

L_TARGET := fc4.a

export-objs := fc_syms.o

list-multi := fc4.o
fc4-objs := fc.o fc_syms.o

obj-$(CONFIG_FC4) += fc4.o
obj-$(CONFIG_FC4_SOC) += soc.o
obj-$(CONFIG_FC4_SOCAL) += socal.o

fc4.o: $(fc4-objs)
	$(LD) -r -o $@ $(fc4-objs)

include $(TOPDIR)/Rules.make