[LIBC] mv pthreads/libdl to libc and rename dfs_lwip to dfs_net

This commit is contained in:
Bernard Xiong
2016-05-10 09:22:01 +08:00
parent eb320a0104
commit 64feef0dde
41 changed files with 69 additions and 53 deletions
+9
View File
@@ -0,0 +1,9 @@
from building import *
src = Glob('*.c')
cwd = GetCurrentDir()
CPPPATH = [cwd]
group = DefineGroup('libdl', src, depend = ['RT_USING_MODULE', 'RT_USING_LIBDL'], CPPPATH = CPPPATH)
Return('group')