Update SConscript about m6315
This commit is contained in:
parent
5452d47967
commit
c67b68a333
|
@ -120,6 +120,15 @@ if GetDepend(['AT_DEVICE_USING_ME3616']):
|
|||
src += Glob('class/me3616/at_socket_me3616.c')
|
||||
if GetDepend(['AT_DEVICE_ME3616_SAMPLE']):
|
||||
src += Glob('samples/at_sample_me3616.c')
|
||||
|
||||
# M6315
|
||||
if GetDepend(['AT_DEVICE_USING_M6315']):
|
||||
path += [cwd + '/class/m6315']
|
||||
src += Glob('class/m6315/at_device_m6315.c')
|
||||
if GetDepend(['AT_USING_SOCKET']):
|
||||
src += Glob('class/m6315/at_socket_m6315.c')
|
||||
if GetDepend(['AT_DEVICE_M6315_SAMPLE']):
|
||||
src += Glob('samples/at_sample_m6315.c')
|
||||
|
||||
group = DefineGroup('at_device', src, depend = ['PKG_USING_AT_DEVICE'], CPPPATH = path)
|
||||
|
||||
|
|
Loading…
Reference in New Issue