From: duplo Date: Fri, 30 Jan 2009 18:00:42 +0000 (+0000) Subject: Add a commento X-Git-Tag: 2.1.0~435 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=55f4f2373eba385d6bb34166b6181e80b71cdc3c;p=bertos.git Add a commento git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2247 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index 27bb57f3..f0089b4a 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -64,6 +64,9 @@ def createBertosProject(projectInfos): open(prjdir + "/" + "template.km", "w").write(makefile) def mkGenerator(projectInfos, makefile): + """ + Generates the mk file for the current project. + """ mkData = {} mkData["pname"] = os.path.basename(projectInfos.info("PROJECT_PATH")) mkData["cpuname"] = projectInfos.info("CPU_INFOS")["CPU_NAME"]