targets/Generic/__init__.py
changeset 1387 435965ca8b63
child 1511 91538d0c242c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/targets/Generic/__init__.py	Mon Jan 20 11:04:19 2014 +0100
@@ -0,0 +1,4 @@
+from ..toolchain_makefile import toolchain_makefile
+
+class Generic_target(toolchain_makefile):
+    pass