summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lm3s6965-ek/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-04-01 14:30:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-04-01 14:30:43 +0000
commit69c6d3405baef2d94705cd29f7b357e77bb96fa6 (patch)
treea9e1ace6553b36b63ca53dbda5853204841cc10d /nuttx/configs/lm3s6965-ek/nsh
parent35f03f56e0ef90edfbfee018c33dcd71774ccd32 (diff)
Remove .built_always
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3449 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/nsh')
-rw-r--r--nuttx/configs/lm3s6965-ek/nsh/appconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nsh/appconfig b/nuttx/configs/lm3s6965-ek/nsh/appconfig
index 9e6be6aecd..507d2eaa3b 100644
--- a/nuttx/configs/lm3s6965-ek/nsh/appconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/appconfig
@@ -35,20 +35,20 @@
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/nsh=.built_always
+CONFIGURED_APPS += examples/nsh
# NSH library
-CONFIGURED_APPS += nshlib=.built_always
+CONFIGURED_APPS += nshlib
# Networking support
ifeq ($(CONFIG_NET),y)
-CONFIGURED_APPS += netutils/uiplib=.built_always
-CONFIGURED_APPS += netutils/dhcpc=.built_always
-CONFIGURED_APPS += netutils/resolv=.built_always
-CONFIGURED_APPS += netutils/tftpc=.built_always
-CONFIGURED_APPS += netutils/webclient=.built_always
+CONFIGURED_APPS += netutils/uiplib
+CONFIGURED_APPS += netutils/dhcpc
+CONFIGURED_APPS += netutils/resolv
+CONFIGURED_APPS += netutils/tftpc
+CONFIGURED_APPS += netutils/webclient
endif