From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Aizman Subject: [ANNOUNCE 4/6] Open-iSCSI High-Performance Initiator for Linux Date: Sun, 06 Mar 2005 23:15:56 -0800 Message-ID: <422BFFAC.6090509@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050606000201070809070804" Received: from smtp015.mail.yahoo.com ([216.136.173.59]:40624 "HELO smtp015.mail.yahoo.com") by vger.kernel.org with SMTP id S261669AbVCGHQ0 (ORCPT ); Mon, 7 Mar 2005 02:16:26 -0500 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------050606000201070809070804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit drivers/scsi/Makefile changes. Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov --------------050606000201070809070804 Content-Type: text/plain; name="open-iscsi-makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="open-iscsi-makefile.patch" --- linux-2.6.11.orig/drivers/scsi/Makefile 2005-03-01 23:38:19.000000000 -0800 +++ linux-2.6.11.dima/drivers/scsi/Makefile 2005-03-04 17:50:11.142413217 -0800 @@ -30,6 +30,8 @@ obj-$(CONFIG_SCSI_FC_ATTRS) += scsi_transport_fc.o obj-$(CONFIG_SCSI_ISCSI_ATTRS) += scsi_transport_iscsi.o +obj-$(CONFIG_ISCSI_IF) += iscsi_if.o +obj-$(CONFIG_ISCSI_TCP) += iscsi_tcp.o obj-$(CONFIG_SCSI_AMIGA7XX) += amiga7xx.o 53c7xx.o obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o --------------050606000201070809070804--