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/lm3s6965-ek/nsh/appconfig | 14 +++++++------- nuttx/configs/lm3s6965-ek/nx/appconfig | 2 +- nuttx/configs/lm3s6965-ek/ostest/appconfig | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'nuttx/configs/lm3s6965-ek') diff --git a/nuttx/configs/lm3s6965-ek/nsh/appconfig b/nuttx/configs/lm3s6965-ek/nsh/appconfig index 9e6be6aec..507d2eaa3 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 diff --git a/nuttx/configs/lm3s6965-ek/nx/appconfig b/nuttx/configs/lm3s6965-ek/nx/appconfig index 590dc5e64..c7fbe82ee 100644 --- a/nuttx/configs/lm3s6965-ek/nx/appconfig +++ b/nuttx/configs/lm3s6965-ek/nx/appconfig @@ -35,5 +35,5 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/nx=.built_always +CONFIGURED_APPS += examples/nx diff --git a/nuttx/configs/lm3s6965-ek/ostest/appconfig b/nuttx/configs/lm3s6965-ek/ostest/appconfig index 4ad0dfdde..1e12db1f0 100644 --- a/nuttx/configs/lm3s6965-ek/ostest/appconfig +++ b/nuttx/configs/lm3s6965-ek/ostest/appconfig @@ -35,5 +35,5 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/ostest=.built_always +CONFIGURED_APPS += examples/ostest -- cgit v1.2.3