X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;fp=wizard%2Fmktemplates%2Ftemplate.mk;h=96e6928ef5350b972b43a28c6e10ccf62740d557;hb=16348790c4015046fbda7b5bd00ce5681335f90d;hp=35896c47af8609d14bf8db8d3c939d9e72dde630;hpb=388d3841c38fe298c64cf14dafeb7d9800c774e3;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 35896c47..96e6928e 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,8 +8,9 @@ # # -# Include the mk file generated by the wizard -include $pname/$pname_wiz.mk +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +$pname_PROGRAMMER_TYPE = none +$pname_PROGRAMMER_PORT = none # Files included by the user. $pname_USER_CSRC = \ @@ -32,9 +33,5 @@ $pname_USER_CXXSRC = \ $pname_USER_ASRC = \ # -# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help -$pname_PROGRAMMER_TYPE = none -$pname_PROGRAMMER_PORT = none - - -$cpuparameters +# Include the mk file generated by the wizard +include $pname/$pname_wiz.mk