yamt commented on code in PR #1609:
URL: https://github.com/apache/nuttx-apps/pull/1609#discussion_r1124619490
##########
Application.mk:
##########
@@ -262,3 +262,7 @@ distclean:: clean
$(call DELFILE, .depend)
-include Make.dep
+
+ifeq ($(CONFIG_INTERPRETERS_WAMR)_$(WASM_BUILD),y_y)
Review Comment:
i'd suggest:
* separate wamr-specific stuff (wamrc) and wasm-generic stuff (wasi-sdk)
* control only the former with CONFIG_INTERPRETERS_WAMR
--
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]