[Buildroot] [PATCH 3/4] targets: move target options to their own sub-menu

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Thu Sep 5 02:25:54 UTC 2013


Op 4-sep.-2013 23:36 schreef "Yann E. MORIN" <yann.morin.1998 at free.fr> het
volgende:
>
> From: "Yann E. MORIN" <yann.morin.1998 at 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 at free.fr>
> Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

This is an Acked-by...

> ---
>  arch/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
>
> 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
> --
> 1.8.1.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130905/3ee98aeb/attachment-0001.html>


More information about the buildroot mailing list