mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder
This commit is contained in:
@@ -6,7 +6,7 @@ cwd = GetCurrentDir()
|
||||
src = Glob('*.c') + Glob('*.cpp')
|
||||
CPPPATH = [cwd]
|
||||
|
||||
group = DefineGroup('libc', src,
|
||||
group = DefineGroup('POSIX', src,
|
||||
depend = ['RT_USING_SIGNALS', 'RT_USING_PTHREADS', 'RT_USING_LIBC'],
|
||||
CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user