apps/examples: Put examples in alphabetical order

This commit is contained in:
Gregory Nutt 2014-07-03 18:11:50 -06:00
parent 36575ad0f4
commit d7c38a7c55

View File

@ -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