Split the mk file in two files: one for the user, the other, created by the wizard.
[bertos.git] / wizard / mktemplates / Makefile
index 46f049f153f3079eea23d0175cb97d96bd33cffd..d266fc9fdd7fbb13757074dfda9243bf606d71ea 100644 (file)
@@ -12,6 +12,6 @@ default: all
 
 include bertos/config.mk
 
-include project_name/project_name.mk
+include $pname/$pname.mk
 
 include bertos/rules.mk