ARM: 8562/1: suppress "include/generated/mach-types.h is up to date."
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Apr 2016 05:05:09 +0000 (06:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 19 Apr 2016 18:42:47 +0000 (19:42 +0100)
commit6e8ac724bf45d116195d57fbe3a949f570c35635
treea080a7e8307e03c73dc8ee13709784f49fe30581
parent2d9586399932dff4746dc25d6498123959d69762
ARM: 8562/1: suppress "include/generated/mach-types.h is up to date."

For incremental build, "include/generated/mach-types.h is up to date"
is every time displayed like follows:

$ make ARCH=arm
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
  CHK     include/generated/bounds.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/asm-offsets.h

This commit avoids such a clumsy log and introduces Kbuild standard
log style:

  GEN     include/generated/mach-types.h

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/tools/Makefile
This page took 0.024983 seconds and 5 git commands to generate.