diff -r fcd344deae84 -r 75fe73597273 targets/__init__.py --- a/targets/__init__.py Tue Oct 27 16:32:54 2009 +0100 +++ b/targets/__init__.py Mon Nov 02 15:38:49 2009 +0100 @@ -74,4 +74,5 @@ filename = path.join(path.split(__file__)[0],name + ".c") return open(filename).read() -from toolchain_gcc import toolchain_gcc \ No newline at end of file +from toolchain_gcc import toolchain_gcc +from toolchain_makefile import toolchain_makefile \ No newline at end of file