Remove .built_always

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-01 14:30:43 +00:00
parent 98510712fd
commit 723c94deee
102 changed files with 211 additions and 202 deletions
+3 -3
View File
@@ -35,10 +35,10 @@
# Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/dhcpd=.built_always
CONFIGURED_APPS += examples/dhcpd
# Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always
CONFIGURED_APPS += netutils/dhcpd=.built_always
CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpd
+5 -5
View File
@@ -35,13 +35,13 @@
# 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
+2 -2
View File
@@ -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
+7 -7
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -35,9 +35,9 @@
# Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/poll=.built_always
CONFIGURED_APPS += examples/poll
# Networking support
CONFIGURED_APPS += netutils/uiplib=.built_always
CONFIGURED_APPS += netutils/uiplib