Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124672
b: refs/heads/master
c: 85b4aa4
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 29, 2008
1 parent 7acf6d8 commit d2523ed
Show file tree
Hide file tree
Showing 9 changed files with 2,697 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: 42e9a92fe6a9095bd68a379aaec7ad2be0337f7a
refs/heads/master: 85b4aa4926a50210b683ac89326e338e7d131211
7 changes: 7 additions & 0 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,13 @@ config LIBFC
---help---
Fibre Channel library module

config FCOE
tristate "FCoE module"
depends on SCSI
select LIBFC
---help---
Fibre Channel over Ethernet 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 @@ -37,6 +37,7 @@ obj-$(CONFIG_SCSI_SRP_ATTRS) += scsi_transport_srp.o
obj-$(CONFIG_SCSI_DH) += device_handler/

obj-$(CONFIG_LIBFC) += libfc/
obj-$(CONFIG_FCOE) += fcoe/
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
8 changes: 8 additions & 0 deletions trunk/drivers/scsi/fcoe/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $Id: Makefile

obj-$(CONFIG_FCOE) += fcoe.o

fcoe-y := \
libfcoe.o \
fcoe_sw.o \
fc_transport_fcoe.o
Loading

0 comments on commit d2523ed

Please sign in to comment.