beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for defining mandatory parameters and creating blank xml file when there is nothing in the folder in LPCBeremiz
2009-12-10, laurent
af7c28de4cc7
file is
Executable
Adding support for defining mandatory parameters and creating blank xml file when there is nothing in the folder in LPCBeremiz
from .. import toolchain_makefile
class LPC_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)