summaryrefslogtreecommitdiff
path: root/nuttx/tools/mkexport.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/mkexport.sh')
-rwxr-xr-xnuttx/tools/mkexport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mkexport.sh b/nuttx/tools/mkexport.sh
index 6148472c6..7da6d19eb 100755
--- a/nuttx/tools/mkexport.sh
+++ b/nuttx/tools/mkexport.sh
@@ -203,7 +203,7 @@ cp -f "${ARCHDIR}"/*.h "${EXPORTDIR}"/arch/. 2>/dev/null
# as symbolic links to directories, then copy the header files from
# those directories into the EXPORTDIR
-ARCH_HDRDIRS="common chip arm armv7-m avr avr32 mips32"
+ARCH_HDRDIRS="arm armv7-m avr avr32 board common chip mips32"
for hdir in $ARCH_HDRDIRS; do
# Does the directory (or symbolic link) exist?