From fb9ea539771f408056c187d8c065ea75785f37ef Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 1 May 2011 09:14:06 +0000 Subject: [PATCH] Expand CONFIG_SCST_PROC too. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3433 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/specialize-patch | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/specialize-patch b/scripts/specialize-patch index f81599e7b..0737325cd 100755 --- a/scripts/specialize-patch +++ b/scripts/specialize-patch @@ -242,6 +242,7 @@ function handle_if(evaluated) # kernel version, and do not interpret other expressions. if ($0 ~ "LINUX_VERSION_CODE" \ || $0 ~ "INSIDE_KERNEL_TREE" \ + || $0 ~ "CONFIG_SCST_PROC" \ || $0 ~ "RHEL_MAJOR" \ || $0 ~ "RHEL_MINOR" \ || $0 ~ "RHEL_RELEASE_CODE" \