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

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


Reply via email to