diff options
-rw-r--r-- | Kconfig | 2 | ||||
-rw-r--r-- | cmd/Kconfig | 3 | ||||
-rw-r--r-- | scripts/Kconfig | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -398,5 +398,3 @@ source "fs/Kconfig" source "lib/Kconfig" source "test/Kconfig" - -source "scripts/Kconfig" diff --git a/cmd/Kconfig b/cmd/Kconfig index 28c91ca181..bc4f72679e 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -116,6 +116,9 @@ endmenu source "cmd/fastboot/Kconfig" +config BUILD_BIN2C + bool + comment "Commands" menu "Info commands" diff --git a/scripts/Kconfig b/scripts/Kconfig deleted file mode 100644 index 2a2c18e96e..0000000000 --- a/scripts/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -config BUILD_BIN2C - bool |