From: duplo Date: Thu, 19 Feb 2009 10:59:15 +0000 (+0000) Subject: Correct the mk template X-Git-Tag: 2.1.0~328 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b55fa821af5a7c30598acd6c20399f9766689472;hp=17601b4d9891849640a8f11f1d39baf35f1a54ce;p=bertos.git Correct the mk template git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2354 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index e55bd89b..6dfe9b7f 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -13,14 +13,12 @@ $pname_DEBUG = 1 # Our target application TRG += $pname -CPU = $cpuname -BOOT_ADDR_START = 0x1E000 $pname_PREFIX = $prefix $pname_SUFFIX = $suffix -$pname_MCU = $(CPU) +$pname_MCU = $cpuname $pname_CSRC = \ $csrc