realtek_ameba/rtthread_patch/SConscript

20 lines
351 B
Python
Raw Normal View History

2018-06-01 04:24:02 +00:00
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')