targets/Generic/__init__.py
author Edouard Tisserant
Fri, 19 Jun 2015 09:34:18 +0200
changeset 1463 de311ffe3961
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Changed runtime's global PLCID to PLC_ID, working around redefinition in windoze' headers.
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass