diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-08-11 09:03:13 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-09-13 10:37:05 +0300 |
commit | 6abe248e16095547080d54c31b19f4a20319a217 (patch) | |
tree | 4a820d0bbdad5499ddb685ce8a6dea6b39ac6ed8 /arch/powerpc/mm/Makefile | |
parent | 2ca07d7c4f7e4f69aabd6cd4124fb8ca17b9ea27 (diff) | |
download | linux-6abe248e16095547080d54c31b19f4a20319a217.tar.xz |
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>
Diffstat (limited to 'arch/powerpc/mm/Makefile')
0 files changed, 0 insertions, 0 deletions