You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/16 12:58:09 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1352: Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),)

pkarashchenko commented on PR #1352:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1352#issuecomment-1279964705

   > > Why not change to `ifneq ($(CONFIG_XXX),n)`?
   > 
   > tristate has three possible values(y, m, n), only n(empty) can skip the build, both y and m need continue.
   
   Yeah, missed that `n` does not generate anything


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org