summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lm3s6965-ek/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-19 13:28:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-19 13:28:07 +0000
commit2ecb272fe18576ec9ceaffdfefb614b7b57b69e6 (patch)
tree69f944e9c0c24c32021aed5cbd1df41883811e05 /nuttx/configs/lm3s6965-ek/nsh
parentb2a21eb6ddac6180bb7af4d4b86fc62c077cfe0a (diff)
Use = instead of / for delimiter in appconfig files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3396 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/nsh')
-rw-r--r--nuttx/configs/lm3s6965-ek/nsh/appconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nsh/appconfig b/nuttx/configs/lm3s6965-ek/nsh/appconfig
index d4f8c3ad62..8c0158df01 100644
--- a/nuttx/configs/lm3s6965-ek/nsh/appconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/appconfig
@@ -33,4 +33,4 @@
#
############################################################################
-CONFIGURED_APPS += nshlib/.built_always \ No newline at end of file
+CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file