make/export: copy incdir.c for export build
export build break by commit 5555070fc3
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
a81a260490
commit
b896da25c7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue