From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Aizman Subject: [ANNOUNCE 4/6] Linux-iSCSI High-Performance Initiator Date: Mon, 11 Apr 2005 20:24:33 -0700 Message-ID: <425B3F71.3030703@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070708070109070405060106" Return-path: Received: from smtp105.mail.sc5.yahoo.com ([66.163.169.225]:40280 "HELO smtp105.mail.sc5.yahoo.com") by vger.kernel.org with SMTP id S262013AbVDLDYu (ORCPT ); Mon, 11 Apr 2005 23:24:50 -0400 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. --------------070708070109070405060106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit drivers/scsi/Makefile changes (added iscsi_if and iscsi_tcp). Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov --------------070708070109070405060106 Content-Type: text/plain; name="linux-iscsi-makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="linux-iscsi-makefile.patch" --- linux-2.6.12-rc2.orig/drivers/scsi/Makefile 2005-03-01 23:38:19.000000000 -0800 +++ linux-2.6.12-rc2.dima/drivers/scsi/Makefile 2005-04-11 18:13:12.000000000 -0700 @@ -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 --------------070708070109070405060106--