X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=0e4ea3cae6fdb654a58014d006f34e88a9a26879;hb=695e044f1387440a718abf42a79800e785f71c7f;hp=e0106b3800e881574b613fd1c8adb36f4d9c7b97;hpb=0493a46dd5e7dde3d04c46b62b2185d8958ef97c;p=bertos.git 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