[DFS] fix the NFS link issue

This commit is contained in:
Bernard Xiong 2015-04-11 01:04:14 +00:00
parent 9201289281
commit f36a1d92a4
1 changed files with 1 additions and 1 deletions

View File

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