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/eagle100/httpd/appconfig | 10 +++++----- nuttx/configs/eagle100/nettest/appconfig | 4 ++-- nuttx/configs/eagle100/nsh/appconfig | 4 ++-- nuttx/configs/eagle100/nxflat/appconfig | 2 +- nuttx/configs/eagle100/ostest/appconfig | 2 +- nuttx/configs/eagle100/thttpd/appconfig | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'nuttx/configs/eagle100') diff --git a/nuttx/configs/eagle100/httpd/appconfig b/nuttx/configs/eagle100/httpd/appconfig index be6817d95..adfe0291b 100644 --- a/nuttx/configs/eagle100/httpd/appconfig +++ b/nuttx/configs/eagle100/httpd/appconfig @@ -35,12 +35,12 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/uip=.built_always +CONFIGURED_APPS += examples/uip # Networking support -CONFIGURED_APPS += netutils/uiplib=.built_always -CONFIGURED_APPS += netutils/dhcpc=.built_always -CONFIGURED_APPS += netutils/resolv=.built_always -CONFIGURED_APPS += netutils/webserver=.built_always +CONFIGURED_APPS += netutils/uiplib +CONFIGURED_APPS += netutils/dhcpc +CONFIGURED_APPS += netutils/resolv +CONFIGURED_APPS += netutils/webserver diff --git a/nuttx/configs/eagle100/nettest/appconfig b/nuttx/configs/eagle100/nettest/appconfig index 14df91816..9c6b56824 100644 --- a/nuttx/configs/eagle100/nettest/appconfig +++ b/nuttx/configs/eagle100/nettest/appconfig @@ -35,9 +35,9 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/nettest=.built_always +CONFIGURED_APPS += examples/nettest # Networking support -CONFIGURED_APPS += netutils/uiplib=.built_always +CONFIGURED_APPS += netutils/uiplib diff --git a/nuttx/configs/eagle100/nsh/appconfig b/nuttx/configs/eagle100/nsh/appconfig index 8879488da..43be4b653 100644 --- a/nuttx/configs/eagle100/nsh/appconfig +++ b/nuttx/configs/eagle100/nsh/appconfig @@ -35,9 +35,9 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/nsh=.built_always +CONFIGURED_APPS += examples/nsh # The NSH Library -CONFIGURED_APPS += nshlib=.built_always +CONFIGURED_APPS += nshlib diff --git a/nuttx/configs/eagle100/nxflat/appconfig b/nuttx/configs/eagle100/nxflat/appconfig index fb40ad522..dae39407d 100644 --- a/nuttx/configs/eagle100/nxflat/appconfig +++ b/nuttx/configs/eagle100/nxflat/appconfig @@ -35,5 +35,5 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/nxflat=.built_always +CONFIGURED_APPS += examples/nxflat diff --git a/nuttx/configs/eagle100/ostest/appconfig b/nuttx/configs/eagle100/ostest/appconfig index cfb2f1dab..7bf44797a 100644 --- a/nuttx/configs/eagle100/ostest/appconfig +++ b/nuttx/configs/eagle100/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 diff --git a/nuttx/configs/eagle100/thttpd/appconfig b/nuttx/configs/eagle100/thttpd/appconfig index 9be24790f..e69215737 100644 --- a/nuttx/configs/eagle100/thttpd/appconfig +++ b/nuttx/configs/eagle100/thttpd/appconfig @@ -35,10 +35,10 @@ # Path to example in apps/examples containing the user_start entry point -CONFIGURED_APPS += examples/thttpd=.built_always +CONFIGURED_APPS += examples/thttpd # Networking support -CONFIGURED_APPS += netutils/uiplib=.built_always -CONFIGURED_APPS += netutils/thttpd=.built_always +CONFIGURED_APPS += netutils/uiplib +CONFIGURED_APPS += netutils/thttpd -- cgit v1.2.3