From fdf6abbb57aeaedc58c35af5d2c007c21890dc26 Mon Sep 17 00:00:00 2001 From: beriberikix Date: Fri, 20 Jan 2017 17:31:05 -0800 Subject: [PATCH] added commissioner & joiner flags added to posix convenience make file --- examples/Makefile-posix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Makefile-posix b/examples/Makefile-posix index ebe93cddd..109544bb4 100644 --- a/examples/Makefile-posix +++ b/examples/Makefile-posix @@ -87,6 +87,8 @@ configure_OPTIONS = \ --enable-diag \ --with-examples=posix \ --with-platform-info=POSIX \ + --enable-commissioner \ + --enable-joiner $(NULL) ifeq ($(COVERAGE),1)