masayuki2009 commented on a change in pull request #982:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/982#discussion_r792291485



##########
File path: Makefile
##########
@@ -63,6 +63,10 @@ ifeq ($(CONFIG_BUILD_KERNEL),y)
 install: $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_install)
 
 .import: $(foreach SDIR, $(CONFIGURED_APPS), $(SDIR)_all)
+       $(Q) for app in ${CONFIGURED_APPS}; do \
+               $(MAKE) -C "$${app}" archive ; \

Review comment:
       @xiaoxiang781216 
   We need the archive target to generate libapps.a which is used for the init 
(the nsh)
   




-- 
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


Reply via email to