apps/examples: Put examples in alphabetical order
This commit is contained in:
parent
36575ad0f4
commit
d7c38a7c55
@ -282,10 +282,6 @@ ifeq ($(CONFIG_EXAMPLES_UDP),y)
|
|||||||
CONFIGURED_APPS += examples/udp
|
CONFIGURED_APPS += examples/udp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_EXAMPLES_WEBSERVER),y)
|
|
||||||
CONFIGURED_APPS += examples/webserver
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_EXAMPLES_USBSERIAL),y)
|
ifeq ($(CONFIG_EXAMPLES_USBSERIAL),y)
|
||||||
CONFIGURED_APPS += examples/usbserial
|
CONFIGURED_APPS += examples/usbserial
|
||||||
endif
|
endif
|
||||||
@ -298,6 +294,10 @@ ifeq ($(CONFIG_EXAMPLES_WATCHDOG),y)
|
|||||||
CONFIGURED_APPS += examples/watchdog
|
CONFIGURED_APPS += examples/watchdog
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_EXAMPLES_WEBSERVER),y)
|
||||||
|
CONFIGURED_APPS += examples/webserver
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_EXAMPLES_WGET),y)
|
ifeq ($(CONFIG_EXAMPLES_WGET),y)
|
||||||
CONFIGURED_APPS += examples/wget
|
CONFIGURED_APPS += examples/wget
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user