Home
last modified time | relevance | path

Searched hist:"6 e8ac724bf45d116195d57fbe3a949f570c35635" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/tools/
H A DMakefilediff 6e8ac724bf45d116195d57fbe3a949f570c35635 Tue Apr 19 07:05:09 CEST 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>