GUIDINGLI commented on a change in pull request #5847: URL: https://github.com/apache/incubator-nuttx/pull/5847#discussion_r836276778
########## File path: drivers/rptun/Make.defs ########## @@ -22,9 +22,14 @@ ifeq ($(CONFIG_RPTUN),y) -CSRCS += rptun.c +CSRCS += rptun.c rptun_dump.c + +ifeq ($(CONFIG_RPTUN_PING),y) +CSRCS += rptun_ping.c +endif DEPPATH += --dep-path rptun VPATH += :rptun CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)rptun} +CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)openamp$(DELIM)open-amp$(DELIM)lib} Review comment: don't need, CONFIG_RPTUN always depneds on CONFIG_OPENAMP -- 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