Move nuttx/examples to apps/examples

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-20 18:18:19 +00:00
parent 085c3e7010
commit c9e6a573bb
359 changed files with 4302 additions and 25769 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ if [ ! -z "${appdir}" ]; then
echo "# Application configuration" >> "${TOPDIR}/.config"
echo "" >> "${TOPDIR}/.config"
echo "CONFIG_BUILTIN_APPS=y" >> "${TOPDIR}/.config"
echo "APPS_LOC=\"$appdir\"" >> "${TOPDIR}/.config"
echo "APPLOC=\"$appdir\"" >> "${TOPDIR}/.config"
fi
fi