xiaoxiang781216 commented on code in PR #8384:
URL: https://github.com/apache/nuttx/pull/8384#discussion_r1092414447


##########
mm/Makefile:
##########
@@ -52,18 +52,18 @@ all: $(BIN)
 .PHONY: context depend clean distclean
 
 $(AOBJS): $(BINDIR)$(DELIM)$(DELIM)%$(OBJEXT): %.S
-       $(call ASSEMBLE, $<, $@)
+       $(call ASSEMBLE, $(realpath $<), $@)

Review Comment:
   but why not move the realpath to ASSEMBLE/COMPILE macro/function instead. 
There are many place call ASSEBLE/COMPILE/COMPILEXX



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