targets/LPC/__init__.py
author edouard
Thu, 10 Dec 2009 10:12:28 +0100
changeset 497 ed7f72fc785f
parent 489 e3adb9f63171
child 508 73ecb803d8af
permissions -rwxr-xr-x
Typo in LPC
from .. import toolchain_makefile

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