From eb8dd2411574b5e0d8b04913eb158c89e4c0f348 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 13 Jun 2010 17:36:17 +0000 Subject: [PATCH] Added fcst to the nightly build. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1769 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/in-tree/Kconfig.scst | 1 + scst/kernel/in-tree/Makefile.scst-2.6.33 | 4 ++-- scst/kernel/in-tree/Makefile.scst-2.6.34 | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scst/kernel/in-tree/Kconfig.scst b/scst/kernel/in-tree/Kconfig.scst index b972c328f..eec60baef 100644 --- a/scst/kernel/in-tree/Kconfig.scst +++ b/scst/kernel/in-tree/Kconfig.scst @@ -238,6 +238,7 @@ config SCST_MEASURE_LATENCY If unsure, say "N". +source "drivers/scst/fcst/Kconfig" source "drivers/scst/iscsi-scst/Kconfig" source "drivers/scst/srpt/Kconfig" diff --git a/scst/kernel/in-tree/Makefile.scst-2.6.33 b/scst/kernel/in-tree/Makefile.scst-2.6.33 index 32db60d49..5fccd8e22 100644 --- a/scst/kernel/in-tree/Makefile.scst-2.6.33 +++ b/scst/kernel/in-tree/Makefile.scst-2.6.33 @@ -7,5 +7,5 @@ scst-y += scst_sysfs.o scst-y += scst_mem.o scst-y += scst_debug.o -obj-$(CONFIG_SCST) += scst.o dev_handlers/ iscsi-scst/ qla2xxx-target/ srpt/ \ - scst_local/ +obj-$(CONFIG_SCST) += scst.o dev_handlers/ fcst/ iscsi-scst/ qla2xxx-target/ \ + srpt/ scst_local/ diff --git a/scst/kernel/in-tree/Makefile.scst-2.6.34 b/scst/kernel/in-tree/Makefile.scst-2.6.34 index 32db60d49..5fccd8e22 100644 --- a/scst/kernel/in-tree/Makefile.scst-2.6.34 +++ b/scst/kernel/in-tree/Makefile.scst-2.6.34 @@ -7,5 +7,5 @@ scst-y += scst_sysfs.o scst-y += scst_mem.o scst-y += scst_debug.o -obj-$(CONFIG_SCST) += scst.o dev_handlers/ iscsi-scst/ qla2xxx-target/ srpt/ \ - scst_local/ +obj-$(CONFIG_SCST) += scst.o dev_handlers/ fcst/ iscsi-scst/ qla2xxx-target/ \ + srpt/ scst_local/