X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=99607a8af11850cacdae25b95e16ad2e96b4532e;hb=029b7663b9f02b88f57f5e65bceffc979d235ffc;hp=6dfe9b7f580b9a0de6b8a6ff1e071f739e11a484;hpb=b55fa821af5a7c30598acd6c20399f9766689472;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 6dfe9b7f..99607a8a 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,24 +8,42 @@ # # -# Set to 1 for debug builds -$pname_DEBUG = 1 +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +$pname_PROGRAMMER_TYPE = none +$pname_PROGRAMMER_PORT = none -# Our target application -TRG += $pname +# Files included by the user. +$pname_USER_CSRC = \ + $main \ + # + +# Files included by the user. +$pname_USER_PCSRC = \ + # -$pname_PREFIX = $prefix +# Files included by the user. +$pname_USER_CPPASRC = \ + # -$pname_SUFFIX = $suffix +# Files included by the user. +$pname_USER_CXXSRC = \ + # -$pname_MCU = $cpuname +# Files included by the user. +$pname_USER_ASRC = \ + # -$pname_CSRC = \ - $csrc +# Flags included by the user. +$pname_USER_LDFLAGS = \ # -$pname_PCSRC += $pcsrc +# Flags included by the user. +$pname_USER_CPPAFLAGS = \ + # +# Flags included by the user. +$pname_CPU_CPPFLAGS = \ + # -$pname_CFLAGS = $cflags -$pname_LDFLAGS = $ldflags +# Include the mk file generated by the wizard +include $pname/$pname_wiz.mk