xref
: /
device
/
soc
/
hisilicon
/
hi3861v100
/
sdk_liteos
/
components
/
histreaming
/
src
/
SConscript
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
1
Import('env')
2
3
objs =
env.Object
(Glob('*.c'))
4
Return('objs')
5