[net][at] Add AT Socket select LIBC configure.

This commit is contained in:
chenyong
2018-08-02 17:55:01 +08:00
parent a8d27156a3
commit c2add5cb4e
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ if GetDepend('SAL_USING_POSIX'):
if not GetDepend('HAVE_SYS_SELECT_H'):
CPPPATH += [cwd + '/include/dfs_net/sys_select']
if not GetDepend('HAVE_SYS_SOCKET_H'):
CPPPATH += [cwd + '/include/socket/sys_socket']
if not GetDepend('HAVE_SYS_SOCKET_H'):
CPPPATH += [cwd + '/include/socket/sys_socket']
group = DefineGroup('SAL', src, depend = ['RT_USING_SAL'], CPPPATH = CPPPATH)