rtt-f030/components/SConscript
bernard.xiong 04fa66ca3d add module building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@627 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-16 06:19:59 +00:00

11 lines
176 B
Python

# for module compile
Import('env')
Import('rtconfig')
# build each components
# build each modules
SConscript('hello/SConscript')
SConscript('thread/SConscript')