aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 705c24ad2f..5518290f48 100644
--- a/Config.in
+++ b/Config.in
@@ -123,6 +123,13 @@ config SOURCE_FEEDS
help
Separate sources with spaces : " "
+config BUILD_SUFFIX
+ string
+ prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
+ default ""
+ help
+ Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
+
source "toolchain/Config.in"
source "target/imagebuilder/Config.in"
source "target/sdk/Config.in"