mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
tools/mkimport: Add system map to mkimport script.
The `make export` target from the Nuttx repository correctly packs the System.map file. This change ensure that ./tools/mkimport.sh extracts this file correctly into the `import`correctly.
This commit is contained in:
parent
44ae5cc14a
commit
3e8f7e33fc
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ cp -rf ${REGISTERSDIR} ${BUILTINDIR}/. || \
|
|||
|
||||
# Move the .config file in place in the import directory
|
||||
|
||||
SFILES=".config"
|
||||
SFILES=".config System.map"
|
||||
for file in ${SFILES}; do
|
||||
if [ -f "${EXPORTDIR}/${file}" ]; then
|
||||
cp -a ${EXPORTDIR}/${file} ${IMPORTDIR}/${file} || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue