doc: Doxyfile refactor, use common file to be included.
[bertos.git] / wizard / const.py
index 4b2a3fccb10ea82f50d69482d57ce454f3ce8b37..4f226328f9cc719167626617a0d7eef6612e5f34 100644 (file)
@@ -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_"