targets/Makefile/__init__.py
author greg
Thu, 22 Oct 2009 11:28:11 +0200
changeset 425 f390e9fdd2cf
permissions -rwxr-xr-x
Add new target (Makefile)
from .. import toolchain_makefile

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