diff --git a/features/systemtap/systemtap.scc b/features/systemtap/systemtap.scc index 3d3975b9e9cc417c5cee422d72eeb569ef40e0e2..8792f5112a0094db6ab3a89ee373e519b70915b9 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 0000000000000000000000000000000000000000..2251331370f0e8d2d52c1e6a9edd9c2289c2bfae --- /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 9063219011ed3b2f1ce139fe88135b98e3947c72..1d8596ca9c5436ab24a28a1938acb3eee2e8d471 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