提交 2d1edc94 编写于 作者: B Bernard Xiong

Merge pull request #457 from BernardXiong/master

[DFS] fix the NFS link issue
......@@ -19,6 +19,7 @@
*
* Change Logs:
* Date Author Notes
* 2015.03.27 Bernard Add author information.
*/
#include <rtthread.h>
......
......@@ -3,7 +3,7 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
src = Glob('*.c') + Glob('rpc/*.c')
CPPPATH = [cwd]
group = DefineGroup('Filesystem', src, depend = ['RT_USING_DFS', 'RT_USING_DFS_NFS'], CPPPATH = CPPPATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册