Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124671
b: refs/heads/master
c: 42e9a92
h: refs/heads/master
i:
  124669: b2f32b9
  124667: d1ce56c
  124663: c68a85b
  124655: b4c6b88
  124639: b5c36b4
  124607: 4c71520
  124543: 8c744bc
  124415: 14a62d0
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 29, 2008
1 parent 829bc70 commit 7acf6d8
Show file tree
Hide file tree
Showing 14 changed files with 9,510 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f032c2f7cdaae0e8907cd3b26426fc651dc5c275
refs/heads/master: 42e9a92fe6a9095bd68a379aaec7ad2be0337f7a
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,12 @@ config SCSI_FLASHPOINT
substantial, so users of MultiMaster Host Adapters may not
wish to include it.

config LIBFC
tristate "LibFC module"
depends on SCSI && SCSI_FC_ATTRS
---help---
Fibre Channel library module

config SCSI_DMX3191D
tristate "DMX3191D SCSI support"
depends on PCI && SCSI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas/
obj-$(CONFIG_SCSI_SRP_ATTRS) += scsi_transport_srp.o
obj-$(CONFIG_SCSI_DH) += device_handler/

obj-$(CONFIG_LIBFC) += libfc/
obj-$(CONFIG_ISCSI_TCP) += libiscsi.o libiscsi_tcp.o iscsi_tcp.o
obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o
obj-$(CONFIG_SCSI_A4000T) += 53c700.o a4000t.o
Expand Down
12 changes: 12 additions & 0 deletions trunk/drivers/scsi/libfc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# $Id: Makefile

obj-$(CONFIG_LIBFC) += libfc.o

libfc-objs := \
fc_disc.o \
fc_exch.o \
fc_elsct.o \
fc_frame.o \
fc_lport.o \
fc_rport.o \
fc_fcp.o
Loading

0 comments on commit 7acf6d8

Please sign in to comment.