From 00b3b91d4275db749c27e837e9fc629e0e37905d Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 30 Apr 2010 14:08:14 +0000 Subject: [PATCH] Add relative path. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3581 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index cf63352d..ef9d934d 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -69,4 +69,4 @@ $pname_ASRC = $($pname_CPU_ASRC) $($pname_WIZARD_ASRC) $($pname_USER_ASRC) # Automatically generated by the wizard. PLEASE DO NOT EDIT! $cpuparameters -include $ppath/$pname_user.mk +include $($pname_SRC_PATH)/$pname_user.mk -- 2.25.1