소스 검색

add:最后640也改一下

Dozingfiretruck 3 년 전
부모
커밋
c0bfefe2da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/air640w/rtt/luat/SConscript

+ 1 - 0
bsp/air640w/rtt/luat/SConscript

@@ -6,6 +6,7 @@ cwd = str(Dir('#'))
 objs = SConscript(os.path.join(cwd, '../../rtt/SConscript'))
 objs = objs + SConscript(os.path.join(cwd, '../../../lua/SConscript'))
 objs = objs + SConscript(os.path.join(cwd, '../../../luat/SConscript'))
+objs = objs + SConscript(os.path.join(cwd, '../../../components/SConscript'))
 objs = objs + SConscript(os.path.join(cwd, '../../../components/network/lwip/SConscript'))
 objs = objs + SConscript(os.path.join(cwd, '../../../components/lcd/SConscript'))
 objs = objs + SConscript(os.path.join(cwd, '../../../components/cmux/SConscript'))