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 <[email protected]> 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)
