summaryrefslogtreecommitdiffstats
path: root/rules/ltp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 08:26:00 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 08:26:00 +0000
commit35e5f17113c877a5c0e94fdafe7969fdab82960b (patch)
treeee2918f46da34ba66d54bc4e495229e3bab02f2e /rules/ltp.in
parent34ade1d0ea9a5beb56f85a625b2fd79cd1c7fe08 (diff)
downloadptxdist-35e5f17113c877a5c0e94fdafe7969fdab82960b.tar.gz
ptxdist-35e5f17113c877a5c0e94fdafe7969fdab82960b.tar.xz
* ltp: menu cleanup (started)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8076 33e552b5-05e3-0310-8538-816dae2090ed
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
+