mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user