提交 7dc3ec9b 编写于 作者: B bernard.xiong@gmail.com

update SrcRemove function in building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1831 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 6bd0252e
......@@ -9,12 +9,10 @@ CPPPATH = [cwd]
# remove no need file.
if GetDepend('RT_USING_LWIP') == False:
src_need_remove = ['luminaryif.c'] # need remove file list.
src = SrcRemove(src, src_need_remove)
SrcRemove(src, ['luminaryif.c']) # need remove file list.
if GetDepend('RT_USING_DFS') == False:
src_need_remove = ['sdcard.c'] # need remove file list.
src = SrcRemove(src, src_need_remove)
SrcRemove(src, ['sdcard.c']) # need remove file list.
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册