Add switch to enable MTD network diagnostic (#1852)

This commit is contained in:
Łukasz Duda
2017-05-31 09:10:19 -07:00
committed by Jonathan Hui
parent 8d7b3a39db
commit 5f6a0a8514
+6 -2
View File
@@ -34,6 +34,10 @@ ifeq ($(CERT_LOG),1)
configure_OPTIONS += --enable-cert-log
endif
ifeq ($(COAP),1)
configure_OPTIONS += --enable-application-coap
endif
ifeq ($(COMMISSIONER),1)
configure_OPTIONS += --enable-commissioner
endif
@@ -82,6 +86,6 @@ ifeq ($(MAC_WHITELIST),1)
configure_OPTIONS += --enable-mac-whitelist
endif
ifeq ($(COAP),1)
configure_OPTIONS += --enable-application-coap
ifeq ($(MTD_NETDIAG),1)
configure_OPTIONS += --enable-mtd-network-diagnostic
endif