Hi,

2010/5/28 Marc Kleine-Budde <m...@pengutronix.de>:
> Remy Bohmer wrote:
>> Signed-off-by: Remy Bohmer <li...@bohmer.net>
>> ---
>>  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

All comments reworked and updated patch has been reposted. Thanks.

Kind regards,

Remy

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to