make/export: copy mkdeps.c for export build
Change-Id: Ic1aa04d5d4dd2332cf4a13ec51c76cdb7d90736c Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
98f0b0afb5
commit
e82a9e0f48
@ -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/."
|
||||
|
Loading…
x
Reference in New Issue
Block a user