summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-12-20 21:52:16 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-12-20 21:52:16 +0000
commit8ea2cd5d493398d5cdfb2dcab5776c479ba6d20b (patch)
tree13890d92952ab060c490f7cdf191598b095b975b
parent609b2c25d273eb5a53fd47cdb242c6174471e704 (diff)
downloadptxdist-8ea2cd5d493398d5cdfb2dcab5776c479ba6d20b.tar.gz
ptxdist-8ea2cd5d493398d5cdfb2dcab5776c479ba6d20b.tar.xz
* ltp: migrate to autogenerated menues
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9280 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/ltp-ballista.in2
-rw-r--r--rules/ltp-base.in2
-rw-r--r--rules/ltp-commands.in2
-rw-r--r--rules/ltp-dots.in2
-rw-r--r--rules/ltp-hpi.in2
-rw-r--r--rules/ltp-kdump.in2
-rw-r--r--rules/ltp-kernel.in2
-rw-r--r--rules/ltp-misc.in2
-rw-r--r--rules/ltp-network.in2
-rw-r--r--rules/ltp-posix.in2
-rw-r--r--rules/ltp-pounder21.in2
-rw-r--r--rules/ltp-realtime.in2
-rw-r--r--rules/ltp.in15
13 files changed, 25 insertions, 14 deletions
diff --git a/rules/ltp-ballista.in b/rules/ltp-ballista.in
index 03c328a26..cdc5f416e 100644
--- a/rules/ltp-ballista.in
+++ b/rules/ltp-ballista.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_BALLISTA
tristate
select LTP_BASE
diff --git a/rules/ltp-base.in b/rules/ltp-base.in
index cb4727896..033024792 100644
--- a/rules/ltp-base.in
+++ b/rules/ltp-base.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
# meta package, used to build the whole beast
config LTP_BASE
diff --git a/rules/ltp-commands.in b/rules/ltp-commands.in
index 0fbbf22ca..440b1124a 100644
--- a/rules/ltp-commands.in
+++ b/rules/ltp-commands.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
config LTP_COMMANDS
tristate
select LTP_BASE
diff --git a/rules/ltp-dots.in b/rules/ltp-dots.in
index 08aea3147..8ae419f0a 100644
--- a/rules/ltp-dots.in
+++ b/rules/ltp-dots.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_DOTS
tristate
select LTP_BASE
diff --git a/rules/ltp-hpi.in b/rules/ltp-hpi.in
index 74c953890..4e79117e0 100644
--- a/rules/ltp-hpi.in
+++ b/rules/ltp-hpi.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_HPI
tristate
select LTP_BASE
diff --git a/rules/ltp-kdump.in b/rules/ltp-kdump.in
index 24b3442e1..c7d0804e5 100644
--- a/rules/ltp-kdump.in
+++ b/rules/ltp-kdump.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_KDUMP
tristate
select LTP_BASE
diff --git a/rules/ltp-kernel.in b/rules/ltp-kernel.in
index d38aad83a..bc880f81d 100644
--- a/rules/ltp-kernel.in
+++ b/rules/ltp-kernel.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_KERNEL
tristate
select LTP_BASE
diff --git a/rules/ltp-misc.in b/rules/ltp-misc.in
index 5339ecb6e..cc9aed414 100644
--- a/rules/ltp-misc.in
+++ b/rules/ltp-misc.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
config LTP_MISC
tristate
select LTP_BASE
diff --git a/rules/ltp-network.in b/rules/ltp-network.in
index 2ead880a5..704586f9b 100644
--- a/rules/ltp-network.in
+++ b/rules/ltp-network.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
config LTP_NETWORK
tristate
select LTP_BASE
diff --git a/rules/ltp-posix.in b/rules/ltp-posix.in
index 25faa5c67..bb80cd325 100644
--- a/rules/ltp-posix.in
+++ b/rules/ltp-posix.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_POSIX
tristate
select LTP_BASE
diff --git a/rules/ltp-pounder21.in b/rules/ltp-pounder21.in
index e0b65b380..a691e318c 100644
--- a/rules/ltp-pounder21.in
+++ b/rules/ltp-pounder21.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
menuconfig LTP_POUNDER21
tristate
diff --git a/rules/ltp-realtime.in b/rules/ltp-realtime.in
index 3da688732..1177fed24 100644
--- a/rules/ltp-realtime.in
+++ b/rules/ltp-realtime.in
@@ -1,3 +1,5 @@
+## SECTION=ltp
+
config LTP_REALTIME
tristate
select LTP_BASE
diff --git a/rules/ltp.in b/rules/ltp.in
index 5cdfdbea0..ac73eaaa5 100644
--- a/rules/ltp.in
+++ b/rules/ltp.in
@@ -11,19 +11,6 @@ menuconfig LTP
automation to the kernel testing effort.
if LTP
-
-source "rules/ltp-base.in"
-source "rules/ltp-ballista.in"
-source "rules/ltp-commands.in"
-source "rules/ltp-dots.in"
-source "rules/ltp-hpi.in"
-source "rules/ltp-kdump.in"
-source "rules/ltp-kernel.in"
-source "rules/ltp-misc.in"
-source "rules/ltp-network.in"
-source "rules/ltp-posix.in"
-source "rules/ltp-pounder21.in"
-source "rules/ltp-realtime.in"
-
+source "generated/ltp.in"
endif