[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)