Files
xiuos/APP_Framework/Framework/connection/4g/ec801e/SConscript
2025-02-20 16:22:54 +08:00

10 lines
218 B
Python

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