X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=acb72c0228648b2161e1d9429cc01a9021d1841e;hb=e80b8410edc8e74e94662722194d1cfddbb19ec5;hp=e55bd89be3d09f02e9f7684c1f53e3ec24dfc6c1;hpb=17601b4d9891849640a8f11f1d39baf35f1a54ce;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index e55bd89b..acb72c02 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,22 +8,23 @@ # # -# Set to 1 for debug builds -$pname_DEBUG = 1 +# Constants automatically defined by the selected modules +$constants # Our target application TRG += $pname -CPU = $cpuname -BOOT_ADDR_START = 0x1E000 $pname_PREFIX = $prefix $pname_SUFFIX = $suffix -$pname_MCU = $(CPU) +$pname_CROSS = $cross + +$pname_MCU = $cpuname $pname_CSRC = \ $csrc + $main \ # $pname_PCSRC += $pcsrc