W-M-R commented on code in PR #15616:
URL: https://github.com/apache/nuttx/pull/15616#discussion_r1926626113


##########
arch/arm/src/armv7-a/Make.defs:
##########
@@ -43,7 +43,7 @@ CMN_ASRCS += arm_cpuhead.S arm_vectors.S arm_saveusercontext.S
 # Common C source files
 
 CMN_CSRCS += arm_cache.c arm_cpuinfo.c arm_dataabort.c
-CMN_CSRCS += arm_doirq.c arm_gicv2.c arm_gicv2_dump.c
+CMN_CSRCS += arm_hwdebug.c arm_doirq.c arm_gicv2.c arm_gicv2_dump.c

Review Comment:
   I don't think this is necessary because this file is in armv7a and it 
definitely supports debug functionality



-- 
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

Reply via email to