Add the filename pattern for the configuration files
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Jan 2009 18:25:03 +0000 (18:25 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Jan 2009 18:25:03 +0000 (18:25 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2185 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/const.py

index e0106b3800e881574b613fd1c8adb36f4d9c7b97..0e4ea3cae6fdb654a58014d006f34e88a9a26879 100644 (file)
@@ -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