lpcmanager
Clone
Summary
Browse
Changes
Graph
Now, target CFLAGS and LDFLAGS are filled by distribution when building the installer.
2019-03-12, Edouard Tisserant
93688bfae6ed
Now, target CFLAGS and LDFLAGS are filled by distribution when building the installer.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_modules = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_modules = ['MC9', 'MW1']
SOM28_modules = PLC_MC9_modules + PLC_GOT_modules
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch