From b55fa821af5a7c30598acd6c20399f9766689472 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 19 Feb 2009 10:59:15 +0000 Subject: [PATCH 1/1] Correct the mk template git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2354 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.25.1