summaryrefslogtreecommitdiff
path: root/nuttx/configs/m68332evb/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/m68332evb/setenv.sh')
-rwxr-xr-xnuttx/configs/m68332evb/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/m68332evb/setenv.sh b/nuttx/configs/m68332evb/setenv.sh
index 2882011fd..4b52986d3 100755
--- a/nuttx/configs/m68332evb/setenv.sh
+++ b/nuttx/configs/m68332evb/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../buildroot/build_m68k/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../misc/buildroot/build_m68k/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"