Ouss4 commented on a change in pull request #263: URL: https://github.com/apache/incubator-nuttx-apps/pull/263#discussion_r428357954
########## File path: examples/audio_rttl/Makefile ########## @@ -33,10 +33,8 @@ # ############################################################################ --include $(TOPDIR)/.config --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs -include $(SDKDIR)/Make.defs -include $(APPDIR)/Make.defs Review comment: This makefile needs DELIM, it gets it from apps/Make.defs. I'm not sure if there is any indirect definition somehow. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org