You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the Linux Fibre Channel device drivers.
|
|
#
|
|
|
|
fc4-objs := fc.o fc_syms.o
|
|
|
|
obj-$(CONFIG_FC4) += fc4.o
|
|
obj-$(CONFIG_FC4_SOC) += soc.o
|
|
obj-$(CONFIG_FC4_SOCAL) += socal.o
|
|
|