提交 d7caff4d 编写于 作者: B bernard.xiong

add module building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@626 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 0d7a1c0b
......@@ -70,3 +70,7 @@ objs = objs + env.Object(src_bsp + src_drv)
TARGET = target + '.' + rtconfig.TARGET_EXT
env.Program(TARGET, objs)
env.AddPostAction(TARGET, rtconfig.POST_ACTION)
if rtconfig.CROSS_TOOL == 'gcc':
Repository('../../components')
SConscript('SConscript')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册