move to components directory

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@635 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-04-18 15:02:04 +00:00
parent 075498e796
commit b90694ead1
23 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
Import('env')
Import('RTT_ROOT')
# The set of source files associated with this SConscript file.
src_local = Glob('*.c')
env.Append(CPPPATH = RTT_ROOT + '/finsh')
obj = env.Object(src_local)
Return('obj')