targets/LPC/__init__.py
author Lolitech@ACER9810.smarteh.local
Tue, 01 Jun 2010 13:08:13 +0200
changeset 537 881c0b3f0204
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
merge
from .. import toolchain_makefile

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