浏览代码

add applications (bsp lpc1788)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1785 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong 13 年之前
父节点
当前提交
3763021cd5
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      bsp/lpc178x/applications/SConscript

+ 11 - 0
bsp/lpc178x/applications/SConscript

@@ -0,0 +1,11 @@
+Import('RTT_ROOT')
+Import('rtconfig')
+from building import *
+
+cwd     = os.path.join(str(Dir('#')), 'applications')
+src	= Glob('*.c')
+CPPPATH = [cwd, str(Dir('#'))]
+
+group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
+
+Return('group')