X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=4f226328f9cc719167626617a0d7eef6612e5f34;hb=d5f980505ade6c9b7063ba29dc8e4a96d05abd3c;hp=4b2a3fccb10ea82f50d69482d57ce454f3ce8b37;hpb=019ad4b6e3fca2cbe5e739c94385aadd8dd16bfa;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 4b2a3fcc..4f226328 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -65,6 +65,8 @@ EXTENSION_FILTER = ( ".cxx", ".h", ".c++", + ".ld", + ".S", ".mk", "Makefile", ) @@ -83,3 +85,5 @@ MODULE_DEFINITION = { "module_hw": "module_hw", "module_supports": "module_supports", } + +MK_PARAM_ID = "MK_"