inochisa commented on code in PR #12804: URL: https://github.com/apache/nuttx/pull/12804#discussion_r2000906916
########## arch/risc-v/src/common/Make.defs: ########## @@ -91,6 +91,10 @@ ifeq ($(CONFIG_ARCH_RV_ISA_A),y) CMN_ASRCS += riscv_testset.S endif +ifeq ($(CONFIG_ARCH_RV_HAVE_APLIC),y) +CMN_CSRCS += riscv_aia.c Review Comment: Yeah, this is a mistake for some old code and the should follow CMakeList.txt change. I will prepare a fix for it. -- 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