From 6df2b01aaa6c3d0b48a6ca3e22709735e3e0674a Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Tue, 2 Oct 2012 16:48:50 -0400
Subject: [PATCH] uprobes: split into enable and patches

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 features/systemtap/systemtap.scc  | 2 +-
 features/uprobe/uprobe-enable.scc | 4 ++++
 features/uprobe/uprobe.scc        | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 features/uprobe/uprobe-enable.scc

diff --git a/features/systemtap/systemtap.scc b/features/systemtap/systemtap.scc
index 3d3975b9e..8792f5112 100644
--- a/features/systemtap/systemtap.scc
+++ b/features/systemtap/systemtap.scc
@@ -4,4 +4,4 @@ define KFEATURE_COMPATIBILITY all
 kconf non-hardware systemtap.cfg
 
 include features/kprobes/kprobes.scc
-include features/uprobe/uprobe.scc
\ No newline at end of file
+include features/uprobe/uprobe-enable.scc
diff --git a/features/uprobe/uprobe-enable.scc b/features/uprobe/uprobe-enable.scc
new file mode 100644
index 000000000..225133137
--- /dev/null
+++ b/features/uprobe/uprobe-enable.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Enable options required for uprobes support"
+define KFEATURE_COMPATIBILITY all
+
+kconf non-hardware uprobe.cfg
diff --git a/features/uprobe/uprobe.scc b/features/uprobe/uprobe.scc
index 906321901..1d8596ca9 100644
--- a/features/uprobe/uprobe.scc
+++ b/features/uprobe/uprobe.scc
@@ -1,6 +1,6 @@
 define KFEATURE_DESCRIPTION "Enable options required for uprobes support"
 define KFEATURE_COMPATIBILITY all
 
-kconf non-hardware uprobe.cfg
+include uprobe-enable.scc
 
 # place holder for uprobe
-- 
GitLab