connection/4g/

1.Kconfig is ok.
2.gcc is ok.
This commit is contained in:
yl1185
2022-06-23 15:01:19 +08:00
parent 310282628f
commit 244fcb9e5d
3 changed files with 43 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
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')