diff --git a/components/dfs/SConscript b/components/dfs/SConscript index e0bc27c6d3587d9faa0296ed93068d07ce71dc49..20b597e6a20802c1beb5caaba776f8f17cd9fae4 100644 --- a/components/dfs/SConscript +++ b/components/dfs/SConscript @@ -175,6 +175,6 @@ if GetDepend('RT_USING_DFS_JFFS2'): RTT_ROOT + '/components/dfs/filesystems/jffs2', \ RTT_ROOT + '/components/dfs/filesystems/jffs2/cyg/compress'] -group = DefineGroup('Filesystem', src_local, depend = ['RT_USING_DFS'], CPPPATH = path, CPPDEFINES = CPPDEFINES, LIBRARY=True) +group = DefineGroup('Filesystem', src_local, depend = ['RT_USING_DFS'], CPPPATH = path, CPPDEFINES = CPPDEFINES) Return('group')