Add template flags for users.
[bertos.git] / wizard / mktemplates / template.mk
index 96e6928ef5350b972b43a28c6e10ccf62740d557..99607a8af11850cacdae25b95e16ad2e96b4532e 100644 (file)
@@ -33,5 +33,17 @@ $pname_USER_CXXSRC = \
 $pname_USER_ASRC = \
        #
 
+# Flags included by the user.
+$pname_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+$pname_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+$pname_CPU_CPPFLAGS = \
+       #
+
 # Include the mk file generated by the wizard
 include $pname/$pname_wiz.mk