]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7498534f4275ff674195e683a46640a1fe9469db
tree4a820d0bbdad5499ddb685ce8a6dea6b39ac6ed8
parentbfa69c49dee9c7eb5ed6b5569e1a88039bec2788
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