summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/elf
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 07:44:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 07:44:16 -0600
commite9f48fdfcc231cd930b84b5278ff91e3e1954678 (patch)
tree157ead18eb1a80dbf1b5503001b96ad313388c76 /nuttx/configs/sama5d4-ek/elf
parent1bab337ed228403d29ca0a868c4251762fb9ddd7 (diff)
downloadpx4-nuttx-e9f48fdfcc231cd930b84b5278ff91e3e1954678.tar.gz
px4-nuttx-e9f48fdfcc231cd930b84b5278ff91e3e1954678.tar.bz2
px4-nuttx-e9f48fdfcc231cd930b84b5278ff91e3e1954678.zip
Refresh NTOSD configurations. Fix some minor bit rot build issues
Diffstat (limited to 'nuttx/configs/sama5d4-ek/elf')
-rwxr-xr-xnuttx/configs/sama5d4-ek/elf/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d4-ek/elf/setenv.sh b/nuttx/configs/sama5d4-ek/elf/setenv.sh
index c7a2c45a7..686f106c9 100755
--- a/nuttx/configs/sama5d4-ek/elf/setenv.sh
+++ b/nuttx/configs/sama5d4-ek/elf/setenv.sh
@@ -71,7 +71,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
-# Add the path to the toolchain to the PATH varialble
+# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"