targets/LPC/__init__.py
author lolitech@ks351503.kimsufi.com
Tue, 01 Jun 2010 10:03:58 +0200
changeset 535 f8cecd8eb32e
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
merge with forgoten rev
from .. import toolchain_makefile

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