mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
make/export: copy mkdeps.c for export build
Change-Id: Ic1aa04d5d4dd2332cf4a13ec51c76cdb7d90736c Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
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/."
|
||||
|
||||
Reference in New Issue
Block a user