anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493736875
########## tools/Config.mk: ########## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s Review Comment: Incdir has multiple versions, c and shell. so,do we need to apply the similar change for all versions? -- 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