From 9fdb93cce0a05e2562522153fe5deba8a9e9ae54 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 29 Nov 2017 00:14:04 -0800 Subject: Make comp.libs use generated templates, too This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman --- maintainer/kconfig-menu.template | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'maintainer/kconfig-menu.template') 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 -- cgit v1.2.3