make/export: copy mkdeps.c for export build

Change-Id: Ic1aa04d5d4dd2332cf4a13ec51c76cdb7d90736c
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2020-06-24 10:14:09 +08:00 committed by Abdelatif Guettouche
parent 98f0b0afb5
commit e82a9e0f48

View File

@ -192,6 +192,10 @@ if [ ! -d "${ARCHDIR}" ]; then
exit 1
fi
# Copy the depends script
cp "${TOPDIR}/tools/mkdeps.c" "${EXPORTDIR}/tools/."
# Copy the default linker script
cp -f "${TOPDIR}/binfmt/libelf/gnu-elf.ld" "${EXPORTDIR}/scripts/."