Skip to content
Commit 2042b548 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 125d059b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment