OSDN Git Service

powerpc/boot: Use $(Q) to quiet build rules not @
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Aug 2016 06:03:13 +0000 (16:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Sep 2016 07:37:05 +0000 (17:37 +1000)
commit6abe248e16095547080d54c31b19f4a20319a217
tree4a820d0bbdad5499ddb685ce8a6dea6b39ac6ed8
parent2ca07d7c4f7e4f69aabd6cd4124fb8ca17b9ea27
powerpc/boot: Use $(Q) to quiet build rules not @

Some of the rules in the boot Makefile use @ to hide the command, this
means "make V=1" doesn't show them, which is confusing.

So use the Kbuild standard $(Q) which means KBUILD_VERBOSE=1 or V=1 will
work as expected.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/Makefile