Home
last modified time | relevance | path

Searched hist:"2042 b5486bd311db67b85915ee6291905b72e270" (Results 1 – 1 of 1) sorted by relevance

/linux/
H A DMakefile2042b5486bd311db67b85915ee6291905b72e270 Sat Aug 10 15:53:03 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: unset variables in top Makefile instead of setting 0

There is no need to set 0 to variables such as config-targets,
mixed-targets, etc.

Unset instead of setting 0 in order to use 'ifdef' to test them.

I also renamed:

config-targets -> config-build
mixed-targets -> mixed-build
dot-config -> need-config

to clarify what we are doing.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>