diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-19 12:09:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-19 12:09:52 +0000 |
commit | 38c3a1299ec9f4a595cf44a3676dd4ed40a34275 (patch) | |
tree | b608d2e8141afcbc87f5042ed32ae8d82b10af8f /Config.in | |
parent | 6dd63759c3d2570fe92eaf54495993cfc9f05e39 (diff) | |
download | upstream-38c3a1299ec9f4a595cf44a3676dd4ed40a34275.tar.gz upstream-38c3a1299ec9f4a595cf44a3676dd4ed40a34275.tar.bz2 upstream-38c3a1299ec9f4a595cf44a3676dd4ed40a34275.zip |
Add optionnal support for a BUILD_DIR suffix (#2057)
SVN-Revision: 8050
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |