targets/LPC/__init__.py
changeset 478 029688dad14d
parent 425 f390e9fdd2cf
child 489 e3adb9f63171
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/targets/LPC/__init__.py	Tue Dec 08 12:54:28 2009 +0100
@@ -0,0 +1,7 @@
+from .. import toolchain_makefile
+
+class Makefile_target(toolchain_makefile):
+    extension = ".ld"
+    DebugEnabled = False
+    def getBuilderLDFLAGS(self):
+        return toolchain_makefile.getBuilderLDFLAGS(self)