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/02/27 10:11:18 UTC

[GitHub] [incubator-nuttx] minabeoki commented on a change in pull request #5629: fix up_tls_info define for BUILD_KERNEL

minabeoki commented on a change in pull request #5629:
URL: https://github.com/apache/incubator-nuttx/pull/5629#discussion_r815417313



##########
File path: libs/libc/tls/Make.defs
##########
@@ -27,6 +27,8 @@ endif
 
 ifneq ($(CONFIG_TLS_ALIGNED),y)
 CSRCS += tls_getinfo.c
+else ifeq ($(CONFIG_BUILD_KERNEL),y)

Review comment:
       Ok, we can change more simple Make.defs, and tls_getinfo.c is always compiled.
   




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