summaryrefslogtreecommitdiff
path: root/nuttx/tools/mkexport.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-26 16:27:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-26 16:27:26 +0000
commitd719433123a921aa84a51139cc6ffc4a46533bc4 (patch)
treeda2daf72f7b32ba03349c13a80862c33c9746908 /nuttx/tools/mkexport.sh
parent86b851ab95791119e6d26dadb745ec15cb2a5a57 (diff)
downloadpx4-nuttx-d719433123a921aa84a51139cc6ffc4a46533bc4.tar.gz
px4-nuttx-d719433123a921aa84a51139cc6ffc4a46533bc4.tar.bz2
px4-nuttx-d719433123a921aa84a51139cc6ffc4a46533bc4.zip
Export a fast but non-standard way to clear the STM3210E-EVAL LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3916 42af7a65-404d-4744-a932-0658087f49c3
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?