X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=8c2f31b8a4c3645f6077d2e7e9549cdfaa6f50b6;hb=36284fc733a9c88b52e390588b81c27d4f1663c9;hp=dc2d3ea0b89e347bc3872f0aee10c4ecee31628e;hpb=55b8cf13737c994600b5714766c9086644d66fd8;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index dc2d3ea0..8c2f31b8 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,8 +8,8 @@ # # -# Set to 1 for debug builds -$pname_DEBUG = 1 +# Constants automatically defined by the selected modules +$constants # Our target application TRG += $pname @@ -24,10 +24,16 @@ $pname_MCU = $cpuname $pname_CSRC = \ $csrc + $main \ # -$pname_PCSRC += $pcsrc +$pname_PCSRC += \ + $pcsrc + # +$pname_CPPASRC += \ + $asrc + # $pname_CFLAGS = $cflags $pname_LDFLAGS = $ldflags