targets/Makefile/__init__.py
author laurent
Mon, 07 Dec 2009 14:43:27 +0100
changeset 472 80eb3bde98e3
parent 425 f390e9fdd2cf
permissions -rwxr-xr-x
Adding support for defining input and output with the same location in LPCBeremiz
from .. import toolchain_makefile

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