@@ -15,11 +15,6 @@ config TOPDIR_PATH_HAS_SHA256SUM
output yaml
default y
-config TOPDIR_PATH_SHA256SUM
- string
- output yaml
- default $(shell, ./scripts/compute_sha256sum.sh $(TOPDIR_PATH))
-
config HAVE_KDEVOPS_CUSTOM_DEFAULTS
bool
default n
@@ -81,3 +76,7 @@ endmenu
menu "Kdevops configuration"
source "kconfigs/Kconfig.kdevops"
endmenu
+
+menu "Environment"
+source "kconfigs/Kconfig.env"
+endmenu
new file mode 100644
@@ -0,0 +1,5 @@
+config TOPDIR_PATH_SHA256SUM
+ string "TOPDIR_PATH checksum"
+ output yaml
+ help
+ TOPDIR_PATH checksum