mirror of
https://github.com/lsdlsd88/JC4827W543.git
synced 2026-07-12 23:23:59 +01:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# RT-Thread building script for bridge
|
||||
|
||||
import os
|
||||
from building import *
|
||||
|
||||
objs = []
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
|
||||
|
||||
Return('objs')
|
||||
Reference in New Issue
Block a user