summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 18:11:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 18:11:50 -0600
commitc22fa6e2d573dac1191e6896f66ac227d4873bf4 (patch)
tree17b8e68b4bcf1f556263fc398b4f1ca54616f0b1 /apps/examples/Make.defs
parentee5006097db23e9fc9dc085cad115fcd05ad63cf (diff)
downloadpx4-nuttx-c22fa6e2d573dac1191e6896f66ac227d4873bf4.tar.gz
px4-nuttx-c22fa6e2d573dac1191e6896f66ac227d4873bf4.tar.bz2
px4-nuttx-c22fa6e2d573dac1191e6896f66ac227d4873bf4.zip
apps/examples: Put examples in alphabetical order
Diffstat (limited to 'apps/examples/Make.defs')
-rw-r--r--apps/examples/Make.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index 75d1662ce..147ac3f14 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -282,10 +282,6 @@ ifeq ($(CONFIG_EXAMPLES_UDP),y)
CONFIGURED_APPS += examples/udp
endif
-ifeq ($(CONFIG_EXAMPLES_WEBSERVER),y)
-CONFIGURED_APPS += examples/webserver
-endif
-
ifeq ($(CONFIG_EXAMPLES_USBSERIAL),y)
CONFIGURED_APPS += examples/usbserial
endif
@@ -298,6 +294,10 @@ ifeq ($(CONFIG_EXAMPLES_WATCHDOG),y)
CONFIGURED_APPS += examples/watchdog
endif
+ifeq ($(CONFIG_EXAMPLES_WEBSERVER),y)
+CONFIGURED_APPS += examples/webserver
+endif
+
ifeq ($(CONFIG_EXAMPLES_WGET),y)
CONFIGURED_APPS += examples/wget
endif