summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
commitcd6c5655e4b5434f599db4472f62d22e252c50ab (patch)
tree95652750690f554bca94da8e63c4e27687ddbf5e /apps/examples/Make.defs
parent4b59193e39baf25f2923ef64745c44a7f2d55027 (diff)
downloadnuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.gz
nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.bz2
nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.zip
Rename apps/examples/uip to apps/examples/webserver
Diffstat (limited to 'apps/examples/Make.defs')
-rw-r--r--apps/examples/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index 219c8df71..75d1662ce 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -282,8 +282,8 @@ ifeq ($(CONFIG_EXAMPLES_UDP),y)
CONFIGURED_APPS += examples/udp
endif
-ifeq ($(CONFIG_EXAMPLES_UIP),y)
-CONFIGURED_APPS += examples/uip
+ifeq ($(CONFIG_EXAMPLES_WEBSERVER),y)
+CONFIGURED_APPS += examples/webserver
endif
ifeq ($(CONFIG_EXAMPLES_USBSERIAL),y)