From: duplo Date: Mon, 19 Jan 2009 18:25:03 +0000 (+0000) Subject: Add the filename pattern for the configuration files X-Git-Tag: 2.1.0~497 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b90bafd43c18173db4e40797f126ce4cac4889ed;p=bertos.git Add the filename pattern for the configuration files git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2185 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/const.py b/wizard/const.py index e0106b38..0e4ea3ca 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -26,4 +26,6 @@ CPU_DEF = { CPU_DEFINITION = "*.cdef" -GCC_NAME = "*gcc*" \ No newline at end of file +GCC_NAME = "*gcc*" + +MODULE_CONFIGURATION = "cfg_*.h" \ No newline at end of file