diff --git a/mlearning/cmsis/libcmsisdsp/Makefile b/mlearning/cmsis/libcmsisdsp/Makefile index f58f80d72..902ea1d13 100644 --- a/mlearning/cmsis/libcmsisdsp/Makefile +++ b/mlearning/cmsis/libcmsisdsp/Makefile @@ -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 diff --git a/mlearning/cmsis/libcmsisnn/Makefile b/mlearning/cmsis/libcmsisnn/Makefile index be30a12d9..ac7688e7a 100644 --- a/mlearning/cmsis/libcmsisnn/Makefile +++ b/mlearning/cmsis/libcmsisnn/Makefile @@ -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