targets/Makefile/__init__.py
author laurent
Tue, 27 Oct 2009 16:24:15 +0100
changeset 430 5981ad8547f5
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Allowing unicode characters to be used in comments
from .. import toolchain_makefile

class Makefile_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False
    def getBuilderLDFLAGS(self):
        return toolchain_makefile.getBuilderLDFLAGS(self)