diff -r 31c63a6248e1 -r 435965ca8b63 targets/Generic/__init__.py --- /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