From ca470170565cb7fa29969766963e5194cc6e20ec Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 16 Dec 2009 19:49:19 +0000 Subject: [PATCH] Added to repository. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1403 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- .../in-tree/Kconfig.drivers.Linux-2.6.32.patch | 12 ++++++++++++ .../in-tree/Makefile.drivers.Linux-2.6.32.patch | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.32.patch create mode 100644 scst/kernel/in-tree/Makefile.drivers.Linux-2.6.32.patch diff --git a/scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.32.patch b/scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.32.patch new file mode 100644 index 000000000..efe1eacb9 --- /dev/null +++ b/scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.32.patch @@ -0,0 +1,12 @@ +diff -upkr -X linux-2.6.32/Documentation/dontdiff linux-2.6.32/drivers/Kconfig linux-2.6.32/drivers/Kconfig +--- linux-2.6.32/drivers/Kconfig 2008-07-14 01:51:29.000000000 +0400 ++++ linux-2.6.32/drivers/Kconfig 2008-07-24 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 --git a/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.32.patch b/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.32.patch new file mode 100644 index 000000000..29f7ac2ff --- /dev/null +++ b/scst/kernel/in-tree/Makefile.drivers.Linux-2.6.32.patch @@ -0,0 +1,11 @@ +diff -upkr -X linux-2.6.32/Documentation/dontdiff linux-2.6.32/drivers/Makefile linux-2.6.32/drivers/Makefile +--- linux-2.6.32/drivers/Makefile 2008-07-14 01:51:29.000000000 +0400 ++++ linux-2.6.32/drivers/Makefile 2008-07-24 14:15:29.000000000 +0400 +@@ -41,6 +41,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-y += net/ + obj-$(CONFIG_ATM) += atm/