We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f3dc7 commit 69ea312Copy full SHA for 69ea312
1 file changed
Makefile
@@ -32,8 +32,7 @@ CSOURCES = $(wildcard edge-impulse-sdk/CMSIS/DSP/Source/TransformFunctions/*.c)
32
$(wildcard edge-impulse-sdk/CMSIS/DSP/Source/MatrixFunctions/*.c) \
33
$(wildcard edge-impulse-sdk/CMSIS/DSP/Source/StatisticsFunctions/*.c)
34
35
-CXXSOURCES = $(wildcard source/*.cpp) \
36
- $(wildcard tflite-model/*.cpp) \
+CXXSOURCES = $(wildcard tflite-model/*.cpp) \
37
$(wildcard edge-impulse-sdk/dsp/kissfft/*.cpp) \
38
$(wildcard edge-impulse-sdk/dsp/dct/*.cpp) \
39
$(wildcard ./edge-impulse-sdk/dsp/memory.cpp) \
0 commit comments