[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

View File

@@ -17,4 +17,7 @@ else:
if rtconfig.PLATFORM == 'gcc' and rtconfig.ARCH != 'sim':
objs = objs + SConscript('minilibc/SConscript')
objs = objs + SConscript('pthreads/SConscript')
objs = objs + SConscript('libdl/SConscript')
Return('objs')