Revision 7718457dc8fd98a9f61a5e42653161bac3904a65 authored by Marco Roeland on 03 July 2007, 00:25:50 UTC, committed by Bryan Wu on 03 July 2007, 00:25:50 UTC
 This file accidentally got truncated instead of deleted in commit df30b11.

Signed-off-by: Marco Roeland <marco.roeland@xs4all.nl>
Cc: Robert P. J. Day <rpjday@mindspring.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Jesper Juhl <jesper.juhl@gmail.com>
Cc: Alex Riesen <raa.lkml@gmail.com>
Cc: Robin Getz <robin.getz@analog.com>
Acked-by: Bryan Wu <bryan.wu@analog.com>
1 parent 4a3207a
Raw File
Makefile
#
# 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
back to top