summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 14:30:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 14:30:43 +0000
commit37701ac70a3047f8f161628e6f59dfacc185233f (patch)
treea9e1ace6553b36b63ca53dbda5853204841cc10d /nuttx/configs/olimex-lpc1766stk
parentf56ab8abdd81316f1c6d7430359179062724cebf (diff)
downloadpx4-nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.tar.gz
px4-nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.tar.bz2
px4-nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.zip
Remove .built_always
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidkbd/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nettest/appconfig4
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nsh/appconfig14
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nx/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/ostest/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/slip-httpd/appconfig6
-rw-r--r--nuttx/configs/olimex-lpc1766stk/thttpd/appconfig6
-rw-r--r--nuttx/configs/olimex-lpc1766stk/usbserial/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/usbstorage/appconfig2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/wlan/appconfig2
10 files changed, 21 insertions, 21 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/hidkbd/appconfig b/nuttx/configs/olimex-lpc1766stk/hidkbd/appconfig
index 861d75654..74c500613 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidkbd/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidkbd/appconfig
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/hidkbd=.built_always
+CONFIGURED_APPS += examples/hidkbd
diff --git a/nuttx/configs/olimex-lpc1766stk/nettest/appconfig b/nuttx/configs/olimex-lpc1766stk/nettest/appconfig
index 3c6bb4729..d90b6e2e9 100644
--- a/nuttx/configs/olimex-lpc1766stk/nettest/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/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/olimex-lpc1766stk/nsh/appconfig b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
index e8bb51cb8..7a2321613 100644
--- a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/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/olimex-lpc1766stk/nx/appconfig b/nuttx/configs/olimex-lpc1766stk/nx/appconfig
index 7c6a69478..37c3b34d6 100644
--- a/nuttx/configs/olimex-lpc1766stk/nx/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/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/olimex-lpc1766stk/ostest/appconfig b/nuttx/configs/olimex-lpc1766stk/ostest/appconfig
index b046927b3..fd93a1e65 100644
--- a/nuttx/configs/olimex-lpc1766stk/ostest/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/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/olimex-lpc1766stk/slip-httpd/appconfig b/nuttx/configs/olimex-lpc1766stk/slip-httpd/appconfig
index 9be22e90e..1bc609e76 100644
--- a/nuttx/configs/olimex-lpc1766stk/slip-httpd/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/slip-httpd/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
diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig b/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig
index 6eea7ea59..3cfb75839 100644
--- a/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/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
diff --git a/nuttx/configs/olimex-lpc1766stk/usbserial/appconfig b/nuttx/configs/olimex-lpc1766stk/usbserial/appconfig
index 49cc61e03..5126ff19e 100644
--- a/nuttx/configs/olimex-lpc1766stk/usbserial/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/usbserial/appconfig
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/usbserial=.built_always
+CONFIGURED_APPS += examples/usbserial
diff --git a/nuttx/configs/olimex-lpc1766stk/usbstorage/appconfig b/nuttx/configs/olimex-lpc1766stk/usbstorage/appconfig
index d4f33077e..6b56f9785 100644
--- a/nuttx/configs/olimex-lpc1766stk/usbstorage/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/usbstorage/appconfig
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/usbstorage=.built_always
+CONFIGURED_APPS += examples/usbstorage
diff --git a/nuttx/configs/olimex-lpc1766stk/wlan/appconfig b/nuttx/configs/olimex-lpc1766stk/wlan/appconfig
index 2a9f4be40..652db8f2d 100644
--- a/nuttx/configs/olimex-lpc1766stk/wlan/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/wlan/appconfig
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/wlan=.built_always
+CONFIGURED_APPS += examples/wlan