mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 09:52:08 +08:00
add module building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@626 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user