From b90bafd43c18173db4e40797f126ce4cac4889ed Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 19 Jan 2009 18:25:03 +0000 Subject: [PATCH] Add the filename pattern for the configuration files git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2185 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1