From b896da25c7d4cf4f4fe587b7a8ec6aa019d49dab Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Tue, 30 Jun 2020 11:29:47 +0800 Subject: [PATCH] make/export: copy incdir.c for export build export build break by commit 5555070fc3320d91876391bc24f0a7283d31841c Signed-off-by: chao.an --- tools/mkexport.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mkexport.sh b/tools/mkexport.sh index 5e84f71ed89..2a0660cdbb8 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