Remy Bohmer wrote:
> Signed-off-by: Remy Bohmer <[email protected]>
> ---
>  rules/u-boot.make |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/rules/u-boot.make b/rules/u-boot.make
> index 728a2cc..ecac414 100644
> --- a/rules/u-boot.make
> +++ b/rules/u-boot.make
> @@ -48,6 +48,14 @@ $(STATEDIR)/u-boot.prepare:
>       @$(call touch)
>  
>  # 
> ----------------------------------------------------------------------------
> +# tags
> +# 
> ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/u-boot.tags:
> +     @$(call targetinfo)
> +     @cd $(U_BOOT_DIR) && $(U_BOOT_PATH) $(U_BOOT_ENV) $(MAKE) ctags

is it only "ctags" that u-boot understands? Looking at the makefile of a
recent u-boot it supports: ctags etag cscope (and tags, which is a
alternative name for ctags)

Have a look at the ptxdist commit 5b09a36173b2bbd4f418fad9bdab9aef981e3435

It should be sufficient to specify a variable:
U_BOOT_TAGS_OPT := ctags

> +
> +# 
> ----------------------------------------------------------------------------
>  # Install
>  # 
> ----------------------------------------------------------------------------
>  

cheers, Marc
-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
ptxdist mailing list
[email protected]

Reply via email to