acassis commented on code in PR #10926: URL: https://github.com/apache/nuttx/pull/10926#discussion_r1360675808
########## drivers/math/Make.defs: ########## @@ -20,7 +20,7 @@ # Include math acceleration support -ifneq ($(CONFIG_MATH_CORDIC)$(CONFIG_MATH_FFT),) +ifneq ($(CONFIG_MATH_CORDIC)$(CONFIG_MATH_FFT)$(CONFIG_MATH_MPI),) CSRCS += math.c endif Review Comment: Please include also the update in the CMakefile, we need to keep both building systems in sync! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org