yf13 commented on code in PR #15800: URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950153156
########## boards/arm/qemu/qemu-armv7r/kernel/Makefile: ########## @@ -89,6 +89,7 @@ depend: .depend clean: $(call DELFILE, nuttx_user) + $(call DELFILE, $(addsuffix .tmp,$(USER_LDSCRIPT))) Review Comment: Honestly I don't know. this is to clean user space linker script, maybe you are talking about the kernel linker script? Anyway, this board isn't the first one to do so, others include: ``` boards/xtensa/esp32/common/kernel/Makefile boards/xtensa/esp32s3/common/kernel/Makefile boards/risc-v/k230/canmv230/kernel/Makefile boards/risc-v/esp32c3-legacy/common/kernel/Makefile boards/risc-v/qemu-rv/rv-virt/kernel/Makefile ``` -- 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