merge upstream

This commit is contained in:
xuyanghang
2023-12-11 10:06:39 +08:00
parent 093f362387
commit 337264d599
9 changed files with 587 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
from building import *
import os
cwd = GetCurrentDir()
src = []
if GetDepend(['ADAPTER_EC200A']):
src += ['ec200a.c']
group = DefineGroup('connection 4g ec200a', src, depend = [], CPPPATH = [cwd])
Return('group')