chinesebear add bsp & libcpu

This commit is contained in:
chinesebear
2015-07-09 07:38:07 +08:00
parent dee31a7103
commit 4ad1b35537
25 changed files with 2748 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')