lpcmanager
Clone
Summary
Browse
Changes
Graph
Updated include paths, CFLAGS and LDFLAGS for MC9 target to reflect new Xenomai3 way.
revamp
2018-03-19, Edouard Tisserant
3990ee40f9f6
Updated include paths, CFLAGS and LDFLAGS for MC9 target to reflect new Xenomai3 way.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_module = ['MC9']
PLC_module = PLC_MC9_module + PLC_GOT_module
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch