This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 67c05f1  mlearning: cmsis: libcmsisdsp: simplify config naming
67c05f1 is described below

commit 67c05f172be2559c4f4754064ebfebb5c80e566c
Author: Alin Jerpelea <[email protected]>
AuthorDate: Wed Feb 23 15:11:35 2022 +0000

    mlearning: cmsis: libcmsisdsp: simplify config naming
    
    the extra function configuration name can be simplified
    for better readability
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 mlearning/cmsis/libcmsisdsp/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mlearning/cmsis/libcmsisdsp/Makefile 
b/mlearning/cmsis/libcmsisdsp/Makefile
index 902ea1d..0da31d8 100644
--- a/mlearning/cmsis/libcmsisdsp/Makefile
+++ b/mlearning/cmsis/libcmsisdsp/Makefile
@@ -20,10 +20,10 @@
 
 include $(APPDIR)/Make.defs
 
-ifeq ($(CONFIG_EXTERNALS_CMSIS_DSP_ARM_MATH_MATRIX_CHECK),y)
+ifeq ($(CONFIG_CMSIS_DSP_ARM_MATH_MATRIX_CHECK),y)
 CFLAGS += -DARM_MATH_MATRIX_CHECK
 endif
-ifeq ($(CONFIG_EXTERNALS_CMSIS_DSP_ARM_MATH_ROUNDING),y)
+ifeq ($(CONFIG_CMSIS_DSP_ARM_MATH_ROUNDING),y)
 CFLAGS += -DARM_MATH_ROUNDING
 endif
 

Reply via email to