kbuild: Cache a few more calls to the compiler
authorDouglas Anderson <dianders@chromium.org>
Mon, 16 Oct 2017 17:12:46 +0000 (10:12 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Nov 2017 13:54:23 +0000 (22:54 +0900)
commit4e56207130eda9a27df116623e2fce7cca2c6764
tree2b519884baaa595e139f6d320f672c1102903879
parent3298b690b21cdbe6b2ae8076d9147027f396f2b1
kbuild: Cache a few more calls to the compiler

These are a few stragglers that I left out of the original patch to
cache calls to the C compiler ("kbuild: Add a cache for generated
variables") because they bleed out into the main Makefile and thus
uglify things a little bit.  The idea is the same here, though.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Tested-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile