标准化<poll.h> 弱化<dfs_poll.h>

This commit is contained in:
Meco Man
2021-09-11 11:25:43 -04:00
parent ee55c58ce4
commit 92c62a8fab
6 changed files with 45 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ cwd = GetCurrentDir()
CPPPATH = [cwd + "/include"]
if GetDepend('RT_USING_POSIX'):
src += ['src/poll.c', 'src/select.c']
src += ['src/dfs_poll.c', 'src/dfs_select.c']
group = DefineGroup('Filesystem', src, depend = ['RT_USING_DFS'], CPPPATH = CPPPATH)