targets/LPC/__init__.py
author Edouard TISSERANT <edouard.tisserant@gmail.com>
Wed, 23 Dec 2009 22:23:02 +0100
changeset 532 a822b0b64252
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
Fixed startin debugger with non empty debug variable list
from .. import toolchain_makefile

class LPC_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False