lucasssvaz commented on code in PR #1698: URL: https://github.com/apache/nuttx-apps/pull/1698#discussion_r1159941960
########## Makefile: ########## @@ -76,7 +77,7 @@ ifeq ($(CONFIG_BUILD_KERNEL),y) install: $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_install) -$(BIN): $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_all) +$(BIN): $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_romloader) $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_all) Review Comment: Doing something like ```context:: $(ROMLOADER_COPY)``` in the romloader makefile ? I tried this but it couldn't find the target for the files as it is in a different makefile. I'm probably missing something. Idk a lot of how the NuttX build system works. Could you point me to an example of where this is done ? -- 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