Skip to content

Commit e3a3480

Browse files
committed
修改SConscript bug
1 parent 1cfe3cc commit e3a3480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow/lite/micro/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import os
44
if GetDepend(['PKG_USING_TENSORFLOWLITEMICRO_REFERENCE']):
55
src = Glob('kernels/*.cc') + Glob('*.c') + Glob('*.cc') + Glob('benchmarks/*.cc') \
66
+ Glob('examples/micro_speech/*.cc') + Glob('examples/micro_speech/micro_features/*.cc') \
7-
+ Glob('memory_planner/*.cc') + Glob('testing/*.cc') + Glob('kernels/cmsis-nn/*.cc')
7+
+ Glob('memory_planner/*.cc') + Glob('testing/*.cc')
88

99
if GetDepend(['PKG_USING_TENSORFLOWLITEMICRO_CMSISNN']):
1010
src = Split('''

0 commit comments

Comments
 (0)