targets/Makefile/__init__.py
changeset 478 029688dad14d
parent 477 f66a092b6e74
child 479 c28f40b27798
child 482 7c83eb6a55bd
--- a/targets/Makefile/__init__.py	Mon Dec 07 22:04:43 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-from .. import toolchain_makefile
-
-class Makefile_target(toolchain_makefile):
-    extension = ".ld"
-    DebugEnabled = False
-    def getBuilderLDFLAGS(self):
-        return toolchain_makefile.getBuilderLDFLAGS(self)