targets/Makefile/__init__.py
author edouard
Mon, 07 Dec 2009 13:55:52 +0100
changeset 470 337cb5041eda
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Reverted back python test accidentally modified...
from .. import toolchain_makefile

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