forked from xuos/xiuos
connection/4g/
1.Kconfig is ok. 2.gcc is ok.
This commit is contained in:
10
APP_Framework/Framework/connection/4g/ec200t/SConscript
Normal file
10
APP_Framework/Framework/connection/4g/ec200t/SConscript
Normal 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')
|
||||
Reference in New Issue
Block a user