mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 05:15:23 +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:
parent
0d7a1c0be7
commit
d7caff4d06
@ -70,3 +70,7 @@ objs = objs + env.Object(src_bsp + src_drv)
|
|||||||
TARGET = target + '.' + rtconfig.TARGET_EXT
|
TARGET = target + '.' + rtconfig.TARGET_EXT
|
||||||
env.Program(TARGET, objs)
|
env.Program(TARGET, objs)
|
||||||
env.AddPostAction(TARGET, rtconfig.POST_ACTION)
|
env.AddPostAction(TARGET, rtconfig.POST_ACTION)
|
||||||
|
|
||||||
|
if rtconfig.CROSS_TOOL == 'gcc':
|
||||||
|
Repository('../../components')
|
||||||
|
SConscript('SConscript')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user