targets/Makefile/__init__.py
author ed
Tue, 01 Dec 2009 13:41:29 +0100
changeset 446 1edde533db19
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Some cleanup in PLC status - removed that \"Starting\" state ...
from .. import toolchain_makefile

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