添加龙芯1C片内网卡的驱动(原创作者是chinesebear,https://github.com/chinesebear/rtt-net)

This commit is contained in:
勤为本
2017-08-23 15:46:51 +08:00
parent 7129d77bee
commit 838c63f365
18 changed files with 7819 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')