summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/mcu123-lpc214x/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-11-03 13:39:27 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-11-03 13:39:27 +0000
commitb7d93deea8f8758911bb40e4a1172d9304b328ce (patch)
tree2ef00133ca90489fbcc3a288262b4a9ce6437b54 /nuttx/configs/mcu123-lpc214x/ostest
parentef1dbdd476135f9ae2afa76a7630abd2095cc106 (diff)
Move LPC214X scripts to a subdirectory
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1126 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/ostest')
-rwxr-xr-xnuttx/configs/mcu123-lpc214x/ostest/setenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/ostest/setenv.sh b/nuttx/configs/mcu123-lpc214x/ostest/setenv.sh
index 12915788dd..fa840b656b 100755
--- a/nuttx/configs/mcu123-lpc214x/ostest/setenv.sh
+++ b/nuttx/configs/mcu123-lpc214x/ostest/setenv.sh
@@ -41,6 +41,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
-export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
+export LPC214XSCRIPTS=$WD/configs/mcu123-lpc214x/scripts
+export PATH=${BUILDROOT_BIN}:${LPC214XSCRIPTS}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"