diff options
Diffstat (limited to 'drivers/fc4/Makefile')
-rw-r--r-- | drivers/fc4/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/fc4/Makefile b/drivers/fc4/Makefile new file mode 100644 index 00000000000..0db3fbb553e --- /dev/null +++ b/drivers/fc4/Makefile @@ -0,0 +1,9 @@ +# +# 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 |