add bsp/ls2k window compilation instructions

This commit is contained in:
bigmagic
2020-05-21 23:06:13 +08:00
parent 2cbb9c5388
commit fbe793e9a6
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from building import *
TARGET = 'rtthread.' + rtconfig.TARGET_EXT
rtconfig.AFLAGS += ' -I' + str(Dir('#'))
rtconfig.AFLAGS += ' -I' + str(Dir('#')) + ' -I ' + RTT_ROOT + '/libcpu/mips/common/'
DefaultEnvironment(tools=[])
env = Environment(tools = ['mingw'],