Import beaglebone porting

This commit is contained in:
bernard
2013-09-20 21:20:51 +08:00
parent 0bf7ed76cf
commit 9d09cd9f23
27 changed files with 3160 additions and 0 deletions
+11
View File
@@ -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')