[Buildroot] [git commit] targets: move target options to their own sub-menu

Peter Korsgaard jacmet at sunsite.dk
Thu Sep 5 13:45:24 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=2b5650cf7ffb6800d56d620aca7377500cc26b37
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Currently, all target options lie in the top-level menu.
This looks a bit clumsy, since all other options are neatly
folded into their own sematic sub-menus each.

Move the target option into their own sub-menu too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 arch/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/Config.in b/arch/Config.in
index 14899ca..3fd8c1c 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -1,3 +1,5 @@
+menu "Target options"
+
 config BR2_ARCH_IS_64
 	bool
 
@@ -335,3 +337,5 @@ endif
 if BR2_xtensa
 source "arch/Config.in.xtensa"
 endif
+
+endmenu # Target options


More information about the buildroot mailing list