summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ltp.in')
-rw-r--r--rules/ltp.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/ltp.in b/rules/ltp.in
index 61d199c1c..9a6cb7f6c 100644
--- a/rules/ltp.in
+++ b/rules/ltp.in
@@ -1,7 +1,6 @@
-menu "Linux Test Project "
-config LTP
+menuconfig LTP
+ prompt "linux test project "
bool
- prompt "Linux Test Project "
help
The Linux Test Project is a joint project with SGI, IBM, OSDL,
and Bull with a goal to deliver test suites to the open source
@@ -11,6 +10,7 @@ config LTP
The goal is to improve the Linux kernel by bring test
automation to the kernel testing effort.
+if LTP
source "rules/ltp-ballista.in"
source "rules/ltp-commands.in"
@@ -24,4 +24,5 @@ source "rules/ltp-posix.in"
source "rules/ltp-pounder21.in"
source "rules/ltp-realtime.in"
-endmenu
+endif
+