You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/06/30 08:29:05 UTC

[incubator-nuttx] branch master updated: make/export: copy incdir.c for export build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b896da2  make/export: copy incdir.c for export build
b896da2 is described below

commit b896da25c7d4cf4f4fe587b7a8ec6aa019d49dab
Author: chao.an <an...@xiaomi.com>
AuthorDate: Tue Jun 30 11:29:47 2020 +0800

    make/export: copy incdir.c for export build
    
    export build break by commit 5555070fc3320d91876391bc24f0a7283d31841c
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 tools/mkexport.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/mkexport.sh b/tools/mkexport.sh
index 5e84f71..2a0660c 100755
--- a/tools/mkexport.sh
+++ b/tools/mkexport.sh
@@ -195,6 +195,7 @@ fi
 # Copy the depends script
 
 cp "${TOPDIR}/tools/mkdeps.c" "${EXPORTDIR}/tools/."
+cp "${TOPDIR}/tools/incdir.c" "${EXPORTDIR}/tools/."
 
 # Copy the default linker script