X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=4f226328f9cc719167626617a0d7eef6612e5f34;hb=83fc7933f968173822ed3f636d75860d4a747e76;hp=c397b3b8efce6a48eed0ba874348a33d086bbc9b;hpb=d2e1b5bfdb8f4f33e27bb7fa5ccd6408ba033436;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index c397b3b8..4f226328 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -65,6 +65,8 @@ EXTENSION_FILTER = ( ".cxx", ".h", ".c++", + ".ld", + ".S", ".mk", "Makefile", )