cmsis: build CMSIS support as a module

CMSIS should compile as a module to provide the necessary support
for the dnn test application

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2022-02-23 11:13:14 +00:00 committed by Xiang Xiao
parent 0c69ccea18
commit 0ee15da565
2 changed files with 2 additions and 2 deletions

View File

@ -552,6 +552,6 @@ CSRCS += $(CMSIS5_DSP)/ComplexMathFunctions/arm_cmplx_mag_f32.c
CFLAGS += -ffast-math -Wno-shadow
BIN := libarm_math$(LIBEXT)
MODULE = $(CONFIG_CMSIS_DSP)
include $(APPDIR)/Application.mk

View File

@ -97,6 +97,6 @@ CSRCS += $(CMSIS5_NN)/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c
CSRCS += $(CMSIS5_NN)/NNSupportFunctions/arm_nn_add_q7.c
CSRCS += $(CMSIS5_NN)/NNSupportFunctions/arm_q7_to_q15_reordered_with_offset.c
BIN := libcmsis_nn$(LIBEXT)
MODULE = $(CONFIG_CMSIS_NN)
include $(APPDIR)/Application.mk