mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Bristot de Oliveira <bristot@kernel.org>
To: Shuah Khan <skhan@linuxfoundation.org>, rostedt@goodmis.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools/tracing: Update Makefile to build rtla
Date: Wed, 26 Jan 2022 11:32:53 +0100	[thread overview]
Message-ID: <cbcfff61-0b5d-01e9-f3e1-2b80144576ff@kernel.org> (raw)
In-Reply-To: <20220126002234.79337-1-skhan@linuxfoundation.org>

On 1/26/22 01:22, Shuah Khan wrote:
> Update tracing Makefile to build/install/clean rtla tragets.
> 
> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

Reviewed-by: Daniel Bristot de Oliveira <bristot@kernel.org>

Thanks, Shuah!
-- Daniel
> ---
>  tools/tracing/Makefile | 18 ++++++++++++++----
>  1 file changed, 14 insertions(+), 4 deletions(-)
> 
> diff --git a/tools/tracing/Makefile b/tools/tracing/Makefile
> index 87e0ec48e2e7..95e485f12d97 100644
> --- a/tools/tracing/Makefile
> +++ b/tools/tracing/Makefile
> @@ -1,11 +1,11 @@
>  # SPDX-License-Identifier: GPL-2.0
>  include ../scripts/Makefile.include
>  
> -all: latency
> +all: latency rtla
>  
> -clean: latency_clean
> +clean: latency_clean rtla_clean
>  
> -install: latency_install
> +install: latency_install rtla_install
>  
>  latency:
>  	$(call descend,latency)
> @@ -16,4 +16,14 @@ latency_install:
>  latency_clean:
>  	$(call descend,latency,clean)
>  
> -.PHONY: all install clean latency latency_install latency_clean
> +rtla:
> +	$(call descend,rtla)
> +
> +rtla_install:
> +	$(call descend,rtla,install)
> +
> +rtla_clean:
> +	$(call descend,rtla,clean)
> +
> +.PHONY: all install clean latency latency_install latency_clean \
> +	rtla rtla_install rtla_clean


      reply	other threads:[~2022-01-26 10:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-26  0:22 Shuah Khan
2022-01-26 10:32 ` Daniel Bristot de Oliveira [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cbcfff61-0b5d-01e9-f3e1-2b80144576ff@kernel.org \
    --to=bristot@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome