[PATCH v2 06/15] gentree: update kconfig source var to new kconfig format

Thomas Pedersen <[email protected]> Fri, 13 May 2022 09:05:14 -0700
Newsgroups org.kernel.vger.backports
Message-ID <[email protected]>
Signed-off-by: Thomas Pedersen <[email protected]>
---
 gentree.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentree.py b/gentree.py
index 05bb91b39291..4705ffa08fc4 100755
--- a/gentree.py
+++ b/gentree.py
@@ -701,7 +701,7 @@ def _main():
                            project_dir = args.outdir,
                            target_dir = os.path.join(args.outdir, 'backports/'),
                            target_dir_name = 'backports/',
-                           kconfig_source_var = '$BACKPORT_DIR',
+                           kconfig_source_var = '$(BACKPORT_DIR)',
                            )
     else:
         bpid = Bp_Identity(integrate = args.integrate,
@@ -710,7 +710,7 @@ def _main():
                            project_dir = args.outdir,
                            target_dir = args.outdir,
                            target_dir_name = '',
-                           kconfig_source_var = '$BACKPORT_DIR',
+                           kconfig_source_var = '$(BACKPORT_DIR)',
                            )
 
     def logwrite(msg):
-- 
2.30.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in