yamt commented on a change in pull request #793: boards/Board.mk: use genromfs to make romfs image URL: https://github.com/apache/incubator-nuttx/pull/793#discussion_r408622729
########## File path: boards/Board.mk ########## @@ -37,6 +37,27 @@ -include $(TOPDIR)/Make.defs +ifneq ($(RCSRCS)$(RCRAWS),) +ETCDIR := etctmp +ETCSRC := $(ETCDIR:%=%.c) + +CSRCS += $(ETCSRC) + +RCOBJS = $(RCSRCS:%=%$(OBJEXT)) Review comment: is OBJEXT appropriate for this? ---------------------------------------------------------------- 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 With regards, Apache Git Services