You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/24 16:53:06 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7419: Makefile: Remove INCDIROPT

xiaoxiang781216 commented on code in PR #7419:
URL: https://github.com/apache/incubator-nuttx/pull/7419#discussion_r1003542897


##########
drivers/motor/foc/Make.defs:
##########
@@ -30,4 +30,4 @@ endif
 
 DEPPATH += --dep-path motor$(DELIM)foc
 VPATH += :motor$(DELIM)foc
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)motor$(DELIM)foc}
\ No newline at end of file
+CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)motor$(DELIM)foc}

Review Comment:
   keep the last \n



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org