[net][at] Modify AT CLI configuration

This commit is contained in:
chenyong 2018-11-13 09:51:18 +08:00
parent 302d00ec76
commit 270c39708a
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ from building import *
cwd = GetCurrentDir()
path = [cwd + '/include']
src = Split('''
src/at_cli.c
src/at_utils.c
''')
src = Glob('src/at_utils.c')
if GetDepend(['AT_USING_CLI']):
src += Glob('src/at_cli.c')
if GetDepend(['AT_USING_SERVER']):
src += Split('''