Jelajahi Sumber

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>
Sam Protsenko 7 tahun lalu
induk
melakukan
610eec7f05
3 mengubah file dengan 3 tambahan dan 4 penghapusan
  1. 0 2
      Kconfig
  2. 3 0
      cmd/Kconfig
  3. 0 2
      scripts/Kconfig

+ 0 - 2
Kconfig

@@ -398,5 +398,3 @@ source "fs/Kconfig"
 source "lib/Kconfig"
 
 source "test/Kconfig"
-
-source "scripts/Kconfig"

+ 3 - 0
cmd/Kconfig

@@ -116,6 +116,9 @@ endmenu
 
 source "cmd/fastboot/Kconfig"
 
+config BUILD_BIN2C
+	bool
+
 comment "Commands"
 
 menu "Info commands"

+ 0 - 2
scripts/Kconfig

@@ -1,2 +0,0 @@
-config BUILD_BIN2C
-	bool