remove LIBRARY=True option.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1976 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
0fb753b193
commit
d6d7c4a851
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue