Signed-off-by: Thomas Pedersen <thomas@xxxxxxxxxxxx> --- 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