aboutsummaryrefslogtreecommitdiff
path: root/maintainer/kconfig-menu.template
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-29 23:54:11 -0800
committerGitHub <noreply@github.com>2017-11-29 23:54:11 -0800
commite832b9b220f90b11b893e2815ceb37ec2b708683 (patch)
tree696f267410565b7f20b9b115bdd4d71881cadfed /maintainer/kconfig-menu.template
parent1b8d0d2138a7292b6ad546e1c3dcfd1ed495c02f (diff)
parent9fdb93cce0a05e2562522153fe5deba8a9e9ae54 (diff)
downloadcrosstool-ng-e832b9b220f90b11b893e2815ceb37ec2b708683.tar.gz
crosstool-ng-e832b9b220f90b11b893e2815ceb37ec2b708683.tar.bz2
crosstool-ng-e832b9b220f90b11b893e2815ceb37ec2b708683.zip
Merge pull request #869 from stilor/show-samples
Support custom packages in show-config
Diffstat (limited to 'maintainer/kconfig-menu.template')
-rw-r--r--maintainer/kconfig-menu.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainer/kconfig-menu.template b/maintainer/kconfig-menu.template
index 1a7daa5f..3e32e16c 100644
--- a/maintainer/kconfig-menu.template
+++ b/maintainer/kconfig-menu.template
@@ -14,6 +14,13 @@ menuconfig @@dir|@@_@@choice|@@
#!end-foreach
if @@dir|@@_@@choice|@@
+config @@dir|@@_@@choice|@@_PKG_KSYM
+ string
+ default "@@pkg|@@"
+
+#!if [ -n "@@pkg@@" ]
+source "config/versions/@@pkg@@.in"
+#!end-if
source "config/@@dir@@/@@choice@@.in"
endif