mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 12:31:17 +02:00
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>
This commit is contained in:
2
Kconfig
2
Kconfig
@@ -398,5 +398,3 @@ source "fs/Kconfig"
|
|||||||
source "lib/Kconfig"
|
source "lib/Kconfig"
|
||||||
|
|
||||||
source "test/Kconfig"
|
source "test/Kconfig"
|
||||||
|
|
||||||
source "scripts/Kconfig"
|
|
||||||
|
@@ -116,6 +116,9 @@ endmenu
|
|||||||
|
|
||||||
source "cmd/fastboot/Kconfig"
|
source "cmd/fastboot/Kconfig"
|
||||||
|
|
||||||
|
config BUILD_BIN2C
|
||||||
|
bool
|
||||||
|
|
||||||
comment "Commands"
|
comment "Commands"
|
||||||
|
|
||||||
menu "Info commands"
|
menu "Info commands"
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
config BUILD_BIN2C
|
|
||||||
bool
|
|
Reference in New Issue
Block a user