add ls2k bsp

This commit is contained in:
bigmagic
2020-04-07 14:38:58 +08:00
parent 0f57faa591
commit 0f26ffa7a2
23 changed files with 1606 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
group = DefineGroup('Applications', src, depend = [''])
Return('group')