You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/16 22:04:19 UTC

[incubator-nuttx] 01/03: Config.mk: Provide the default MODULESTRIP

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit e67062fd88ea48696f98d459857c190ab00f9605
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Apr 16 21:15:13 2020 +0900

    Config.mk: Provide the default MODULESTRIP
    
    Similarly to MODULECC/MODULELD.
---
 tools/Config.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/Config.mk b/tools/Config.mk
index 1472ba5..764e2ba 100644
--- a/tools/Config.mk
+++ b/tools/Config.mk
@@ -369,3 +369,4 @@ endif
 
 MODULECC = $(CC)
 MODULELD = $(LD)
+MODULESTRIP = $(STRIP)