Commit 610eec7f0593574c034054ba54fc1c934755e208

Authored by Sam Protsenko
Committed by Tom Rini
1 parent 9a212d7f55

scripts: Move Kconfig contents to cmd/Kconfig

On case-insensitive file systems we have collision between
scripts/kconfig/ directory and scripts/Kconfig file. This patch moves
scripts/Kcofnig contents to cmd/Kconfig to fix that.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 3 changed files with 3 additions and 4 deletions Side-by-side Diff

... ... @@ -398,6 +398,4 @@
398 398 source "lib/Kconfig"
399 399  
400 400 source "test/Kconfig"
401   -
402   -source "scripts/Kconfig"
... ... @@ -116,6 +116,9 @@
116 116  
117 117 source "cmd/fastboot/Kconfig"
118 118  
  119 +config BUILD_BIN2C
  120 + bool
  121 +
119 122 comment "Commands"
120 123  
121 124 menu "Info commands"
scripts/Kconfig
1   -config BUILD_BIN2C
2   - bool