summaryrefslogtreecommitdiff
path: root/nuttx/configs/detron/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/detron/nsh/appconfig')
-rw-r--r--nuttx/configs/detron/nsh/appconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/detron/nsh/appconfig b/nuttx/configs/detron/nsh/appconfig
index f0e6ba334..37b8a87fa 100644
--- a/nuttx/configs/detron/nsh/appconfig
+++ b/nuttx/configs/detron/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