From 37701ac70a3047f8f161628e6f59dfacc185233f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Apr 2011 14:30:43 +0000 Subject: Remove .built_always git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200zco/nsh/appconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nuttx/configs/ez80f910200zco/nsh/appconfig') diff --git a/nuttx/configs/ez80f910200zco/nsh/appconfig b/nuttx/configs/ez80f910200zco/nsh/appconfig index edc9e3d9c..7cc90d549 100644 --- a/nuttx/configs/ez80f910200zco/nsh/appconfig +++ b/nuttx/configs/ez80f910200zco/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 -- cgit v1.2.3