Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756947AbYLJSky (ORCPT ); Wed, 10 Dec 2008 13:40:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756217AbYLJSkk (ORCPT ); Wed, 10 Dec 2008 13:40:40 -0500 Received: from moutng.kundenserver.de ([212.227.126.177]:63633 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752749AbYLJSkj (ORCPT ); Wed, 10 Dec 2008 13:40:39 -0500 Message-ID: <49400D32.5000406@vlnb.net> Date: Wed, 10 Dec 2008 21:40:50 +0300 From: Vladislav Bolkhovitin User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: linux-scsi@vger.kernel.org CC: James Bottomley , Andrew Morton , FUJITA Tomonori , Mike Christie , Jeff Garzik , Boaz Harrosh , Linus Torvalds , linux-kernel@vger.kernel.org, scst-devel@lists.sourceforge.net, Bart Van Assche , "Nicholas A. Bellinger" Subject: [PATCH][RFC 7/23]: SCST integration into the kernel References: <494009D7.4020602@vlnb.net> In-Reply-To: <494009D7.4020602@vlnb.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18ydFMJYJtVfzFy1PBLUaGDPGsrrsx3Y4APsdS f3w2Cd4AxxAdb4ir/8a/p1oTcv675PYurGm/8PDGcgTffFJipQ bBYaHlRxrD0jYSRCaFRhQ== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1446 Lines: 41 This patch contains the changes necessary to integrate SCST into the kernel build system by adding the SCST target framework as an entry under drivers. Signed-off-by: Vladislav Bolkhovitin --- drivers/Kconfig | 2 ++ drivers/Makefile | 1 + 2 files changed, 3 insertions(+) diff -upkr -X linux-2.6.26/Documentation/dontdiff linux-2.6.26/drivers/Kconfig linux-2.6.26/drivers/Kconfig --- orig/linux-2.6.27/drivers/Kconfig 01:51:29.000000000 +0400 +++ linux-2.6.27/drivers/Kconfig 14:14:46.000000000 +0400 @@ -24,6 +24,8 @@ source "drivers/ide/Kconfig" source "drivers/scsi/Kconfig" +source "drivers/scst/Kconfig" + source "drivers/ata/Kconfig" source "drivers/md/Kconfig" diff -upkr -X linux-2.6.26/Documentation/dontdiff linux-2.6.26/drivers/Makefile linux-2.6.26/drivers/Makefile --- orig/linux-2.6.27/drivers/Makefile 01:51:29.000000000 +0400 +++ linux-2.6.27/drivers/Makefile 14:15:29.000000000 +0400 @@ -39,6 +39,7 @@ obj-$(CONFIG_ATM) += atm/ obj-y += macintosh/ obj-$(CONFIG_IDE) += ide/ obj-$(CONFIG_SCSI) += scsi/ +obj-$(CONFIG_SCST) += scst/ obj-$(CONFIG_ATA) += ata/ obj-$(CONFIG_FUSION) += message/ obj-$(CONFIG_FIREWIRE) += firewire/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/