targets/Generic/__init__.py
changeset 1736 7e61baa047f0
parent 1511 91538d0c242c
child 1881 091005ec69c4
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 from ..toolchain_makefile import toolchain_makefile
    25 from ..toolchain_makefile import toolchain_makefile
    26 
    26 
       
    27 
    27 class Generic_target(toolchain_makefile):
    28 class Generic_target(toolchain_makefile):
    28     pass
    29     pass