masayuki2009 commented on a change in pull request #982:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/982#discussion_r792261630
##########
File path: import/Make.defs
##########
@@ -74,6 +74,12 @@ else
LDLIBPATH = -L $(TOPDIR)$(DELIM)libs
endif
+# Link with user libraries
+
+ifeq ($(CONFIG_BUILD_KERNEL),y)
+LDLIBS = -lapps -lxx -lmm -lc -lm -lproxies
Review comment:
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]