合并scons编译脚本

This commit is contained in:
tangyuxin 2018-10-18 16:53:48 +08:00
parent 7f4971152a
commit 845e33bfaf
9 changed files with 89 additions and 207 deletions

View file

@ -1,19 +0,0 @@
import rtconfig
from building import *
cwd = GetCurrentDir()
src = Split('''
os/rtthread_service.c
realtek/8711b/rtl8710b_startup.c
realtek/8711b/app_start.c
realtek/common/wifi/wifi_conf.c
''')
path = [cwd,
cwd + '/os',
cwd + '/realtek/8711b/include']
group = DefineGroup('rtt_patch', src, depend = [''], CPPPATH = path)
Return('group')