ML-dev-crypto commented on code in PR #3647:
URL: https://github.com/apache/nuttx-apps/pull/3647#discussion_r3600182081
##########
Application.mk:
##########
@@ -122,6 +122,7 @@ ifneq ($(strip $(PROGNAME)),)
NLIST := $(shell seq 1 $(words $(PROGNAME)))
$(foreach i, $(NLIST), \
$(eval PROGNAME_$(word $i,$(PROGOBJ)) := $(word $i,$(PROGNAME))) \
+ $(eval PROGSYM_$(word $i,$(PROGOBJ)) := $(subst -,_,$(word
$i,$(PROGNAME)))) \
Review Comment:
Thanks! I can fix the CMake path as well. Since the CMake implementation is
in the apache/nuttx repository, should I submit that as a separate PR?
--
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]