aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/nsh_compalram/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/compal_e99/nsh_compalram/setenv.sh')
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/compal_e99/nsh_compalram/setenv.sh b/nuttx/configs/compal_e99/nsh_compalram/setenv.sh
index 0693ede0a..d5be870e6 100644
--- a/nuttx/configs/compal_e99/nsh_compalram/setenv.sh
+++ b/nuttx/configs/compal_e99/nsh_compalram/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_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"