add ls2k gmac driver

This commit is contained in:
bigmagic
2020-09-04 10:16:34 +08:00
parent 1556ba8e7f
commit 88314868dd
18 changed files with 7636 additions and 61 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
import os
import sys
import rtconfig
import pdb
from rtconfig import RTT_ROOT
@@ -9,7 +10,8 @@ from building import *
TARGET = 'rtthread.' + rtconfig.TARGET_EXT
rtconfig.AFLAGS += ' -I' + str(Dir('#')) + ' -I ' + RTT_ROOT + '/libcpu/mips/common/'
#rtconfig.AFLAGS += ' -I' + str(Dir('#')) + ' -I ' + RTT_ROOT + '/libcpu/mips/common/'
rtconfig.AFLAGS += ' -I' + str('.') + ' -I ' + RTT_ROOT + '/libcpu/mips/common/'
DefaultEnvironment(tools=[])
env = Environment(tools = ['mingw'],