Files
xiuos/APP_Framework/Framework/connection/4g/ec200t/SConscript
yl1185 244fcb9e5d connection/4g/
1.Kconfig is ok.
2.gcc is ok.
2022-06-23 15:01:21 +08:00

10 lines
218 B
Python

from building import *
import os
cwd = GetCurrentDir()
src = []
if GetDepend(['ADAPTER_EC200T']):
src += ['ec200t.c']
group = DefineGroup('connection 4g ec200t', src, depend = [], CPPPATH = [cwd])
Return('group')