All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] targets: move target options to their own sub-menu
@ 2013-08-15 20:28 Yann E. MORIN
  2013-08-15 23:10 ` Arnout Vandecappelle
  2013-08-18  7:24 ` Thomas De Schampheleire
  0 siblings, 2 replies; 11+ messages in thread
From: Yann E. MORIN @ 2013-08-15 20:28 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

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@free.fr>
---
 arch/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/Config.in b/arch/Config.in
index 0b5b218..640926a 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -1,3 +1,5 @@
+menu "Target options"
+
 config BR2_ARCH_IS_64
 	bool
 
@@ -324,3 +326,5 @@ endif
 if BR2_xtensa
 source "arch/Config.in.xtensa"
 endif
+
+endmenu # Target options
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-08-19 16:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-15 20:28 [Buildroot] [PATCH] targets: move target options to their own sub-menu Yann E. MORIN
2013-08-15 23:10 ` Arnout Vandecappelle
2013-08-16  6:30   ` Thomas De Schampheleire
2013-08-16  6:39     ` Yann E. MORIN
2013-08-16 10:24       ` Thomas De Schampheleire
2013-08-16 10:30         ` Thomas De Schampheleire
2013-08-16 17:59           ` Yann E. MORIN
2013-08-16 19:04             ` Thomas De Schampheleire
2013-08-18 16:41             ` Thomas Petazzoni
2013-08-19 16:33       ` Arnout Vandecappelle
2013-08-18  7:24 ` Thomas De Schampheleire

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.