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>
Sun, 31 Oct 2021 15:51:41 +0000 (12:51 -0300)
commit095729484efc4aa4604c474792b059bd940addce
treef937dd557edcfcaf91f57c0410d1275982ebe25a
parent180eca540ae06246d594bdd8d8213426a259cc8c
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