objtool: Properly support make V=1
authorIan Rogers <irogers@google.com>
Thu, 26 Jan 2023 19:06:05 +0000 (11:06 -0800)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 31 Jan 2023 00:28:16 +0000 (16:28 -0800)
commit8c4526ca6a45e7ff915c2b33b54db6b773291fac
tree51a0f63fe667f08656a0994b08c7b839f475d019
parentbdb8bf7d56afd1d22c12c61455d732d3baff2bde
objtool: Properly support make V=1

The Q variable was being used but never correctly set up. Add the
setting up and use in place of @.

Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20230126190606.40739-3-irogers@google.com
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/Makefile