X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=35896c47af8609d14bf8db8d3c939d9e72dde630;hb=019ad4b6e3fca2cbe5e739c94385aadd8dd16bfa;hp=863bc13a4bda48048a51b378d077ccd6ebef7676;hpb=1b3996aab7178b9f9f453d0694838714180aad74;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 863bc13a..35896c47 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,27 +8,33 @@ # # -# Set to 1 for debug builds -$pname_DEBUG = 1 +# Include the mk file generated by the wizard +include $pname/$pname_wiz.mk -# Our target application -TRG += $pname - -$pname_PREFIX = $prefix +# Files included by the user. +$pname_USER_CSRC = \ + $main \ + # -$pname_SUFFIX = $suffix +# Files included by the user. +$pname_USER_PCSRC = \ + # -$pname_CROSS = $cross +# Files included by the user. +$pname_USER_CPPASRC = \ + # -$pname_MCU = $cpuname +# Files included by the user. +$pname_USER_CXXSRC = \ + # -$pname_CSRC = \ - $csrc - $main \ +# Files included by the user. +$pname_USER_ASRC = \ # -$pname_PCSRC += $pcsrc +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +$pname_PROGRAMMER_TYPE = none +$pname_PROGRAMMER_PORT = none -$pname_CFLAGS = $cflags -$pname_LDFLAGS = $ldflags +$cpuparameters