From: batt Date: Fri, 30 Apr 2010 14:08:14 +0000 (+0000) Subject: Add relative path. X-Git-Tag: 2.5.0~327 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=00b3b91d4275db749c27e837e9fc629e0e37905d;p=bertos.git Add relative path. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3581 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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