forked from xuos/xiuos
APP_Framework/Framework:add http client module in OTA for KPU model downloading
This commit is contained in:
10
APP_Framework/Framework/knowing/ota/SConscript
Normal file
10
APP_Framework/Framework/knowing/ota/SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
from building import *
|
||||
import os
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = []
|
||||
if GetDepend(['USING_OTA_MODEL']):
|
||||
src += ['httpclient.c']
|
||||
group = DefineGroup('ota model', src, depend = [], CPPPATH = [cwd])
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user