From d6d7c4a851ea977b36dbfc1f0daa07c1c4e83a04 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Fri, 24 Feb 2012 07:23:58 +0000 Subject: [PATCH] remove LIBRARY=True option. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1976 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/dfs/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dfs/SConscript b/components/dfs/SConscript index e0bc27c6d3..20b597e6a2 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') -- GitLab