X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=96e6928ef5350b972b43a28c6e10ccf62740d557;hb=5198a5e6f13185d818d8724da25f8c38e95fd4f8;hp=dc2d3ea0b89e347bc3872f0aee10c4ecee31628e;hpb=55b8cf13737c994600b5714766c9086644d66fd8;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index dc2d3ea0..96e6928e 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,26 +8,30 @@ # # -# 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 - -$pname_PREFIX = $prefix - -$pname_SUFFIX = $suffix - -$pname_CROSS = $cross +# Files included by the user. +$pname_USER_CSRC = \ + $main \ + # -$pname_MCU = $cpuname +# Files included by the user. +$pname_USER_PCSRC = \ + # -$pname_CSRC = \ - $csrc +# Files included by the user. +$pname_USER_CPPASRC = \ # -$pname_PCSRC += $pcsrc +# Files included by the user. +$pname_USER_CXXSRC = \ + # +# Files included by the user. +$pname_USER_ASRC = \ + # -$pname_CFLAGS = $cflags -$pname_LDFLAGS = $ldflags +# Include the mk file generated by the wizard +include $pname/$pname_wiz.mk