Message ID | 20220513160523.2944694-7-thomas@adapt-ip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Resurrect Integration Mode v2 | expand |
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):
Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com> --- gentree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)