targets/LPC/__init__.py
author laurent
Thu, 10 Dec 2009 12:30:49 +0100
changeset 500 af7c28de4cc7
parent 489 e3adb9f63171
child 508 73ecb803d8af
permissions -rwxr-xr-x
Adding support for defining mandatory parameters and creating blank xml file when there is nothing in the folder in LPCBeremiz
from .. import toolchain_makefile

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