perf build: Suppress 'rm dlfilter' build message
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 30 Sep 2021 06:28:49 +0000 (09:28 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 25 Oct 2021 16:47:42 +0000 (13:47 -0300)
commite277ac28df1dc5d7496f598910a721bfce1d862a
tree024653249f7a672c08e9985f03a52a8a345e6669
parent0e0ae8742207c3b477cf0357b8115cec7b19612c
perf build: Suppress 'rm dlfilter' build message

The following build message:

rm dlfilters/dlfilter-test-api-v0.o

is unwanted.

The object file is being treated as an intermediate file and being
automatically removed. Mark the object file as .SECONDARY to prevent
removal and hence the message.

Requested-by: Arnaldo Carvalho de Melo <acme@kernel.org>
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20210930062849.110416-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf