Merge pull request #102 from HouqiLi/master
Update SConscript about m6315
This commit is contained in:
commit
1a53325eae
|
@ -121,6 +121,15 @@ if GetDepend(['AT_DEVICE_USING_ME3616']):
|
|||
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)
|
||||
|
||||
Return('group')
|
||||
|
|
Loading…
Reference in New Issue