Home
last modified time | relevance | path

Searched hist:bcf637f54f6d2515d4c9c81808faf01848916152 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefilebcf637f54f6d2515d4c9c81808faf01848916152 Sun Feb 21 10:53:06 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: parse C= and M= before changing the working directory

If Kbuild recurses to the top Makefile (for example, 'make deb-pkg'),
C= and M= are parsed over again, needlessly.

Parse them before changing the working directory. After that,
sub_make_done is set to 1, so they are parsed just once.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>