X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=4e1b84403f8b4cba34e7dff9f11bfea1d3fe2fb4;hb=b284d6d7f4a218edab54dc0f8eb4f734a3f22b8a;hp=35896c47af8609d14bf8db8d3c939d9e72dde630;hpb=019ad4b6e3fca2cbe5e739c94385aadd8dd16bfa;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 35896c47..4e1b8440 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,19 @@ $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 +# Flags included by the user. +$pname_USER_LDFLAGS = \ + # +# Flags included by the user. +$pname_USER_CPPAFLAGS = \ + # -$cpuparameters +# Flags included by the user. +$pname_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + # + +# Include the mk file generated by the wizard +include $pname/$pname_wiz.mk