将龙芯bsp并入loongson文件夹中

This commit is contained in:
Meco Man
2022-03-28 20:06:03 -04:00
parent 82a2fb169e
commit 8003788ad5
168 changed files with 3 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH)
Return('group')