]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: unset variables in top Makefile instead of setting 0
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 10 Aug 2019 15:53:03 +0000 (00:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 12:05:21 +0000 (21:05 +0900)
commit2042b5486bd311db67b85915ee6291905b72e270
treece9e56016aee8104d08e887d26a3d074f9ba5f11
parent125d059b624180b2c441181c797e41354bfe0649
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>
Makefile