targets/LPC/__init__.py
changeset 478 029688dad14d
parent 425 f390e9fdd2cf
child 489 e3adb9f63171
equal deleted inserted replaced
477:f66a092b6e74 478:029688dad14d
       
     1 from .. import toolchain_makefile
       
     2 
       
     3 class Makefile_target(toolchain_makefile):
       
     4     extension = ".ld"
       
     5     DebugEnabled = False
       
     6     def getBuilderLDFLAGS(self):
       
     7         return toolchain_makefile.getBuilderLDFLAGS(self)