targets/Makefile/__init__.py
author laurent
Sun, 06 Dec 2009 21:20:21 +0100
changeset 463 961bddcfc913
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Adding support for forcing PLC variable (still command to PLC to implement)
from .. import toolchain_makefile

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