X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=4e1b84403f8b4cba34e7dff9f11bfea1d3fe2fb4;hb=c91dd2220f6f26607ddb6988db95005eafe068e0;hp=8c2f31b8a4c3645f6077d2e7e9549cdfaa6f50b6;hpb=2cb518f1b99af32c5edecfeb058e27d62f344435;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 8c2f31b8..4e1b8440 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -8,32 +8,44 @@ # # -# Constants automatically defined by the selected modules -$constants +# 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 \ + # -$pname_PREFIX = $prefix +# Files included by the user. +$pname_USER_PCSRC = \ + # -$pname_SUFFIX = $suffix +# Files included by the user. +$pname_USER_CPPASRC = \ + # -$pname_CROSS = $cross +# Files included by the user. +$pname_USER_CXXSRC = \ + # -$pname_MCU = $cpuname +# Files included by the user. +$pname_USER_ASRC = \ + # -$pname_CSRC = \ - $csrc - $main \ +# Flags included by the user. +$pname_USER_LDFLAGS = \ # -$pname_PCSRC += \ - $pcsrc +# Flags included by the user. +$pname_USER_CPPAFLAGS = \ # -$pname_CPPASRC += \ - $asrc +# Flags included by the user. +$pname_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ # -$pname_CFLAGS = $cflags -$pname_LDFLAGS = $ldflags +# Include the mk file generated by the wizard +include $pname/$pname_wiz.mk