summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-02-25 10:44:13 -0800
committerBrian Gix <brian.gix@intel.com>2020-02-26 11:20:08 -0800
commit496ed29398f291895db1ae6e573bbba60ce79f22 (patch)
treea1caf2772760b4cb9c608bcdde049a16319e0613 /Makefile.tools
parent6a6fe856a900fb53ce38dd3584d5d1d417d8aede (diff)
downloadbluez-496ed29398f291895db1ae6e573bbba60ce79f22.tar.gz
tools/mesh-cfgclient: Add support for virtual labels
This adds commands to generate and use virtual addresses for configuring remote node's publication and subscription. New commands: virt-add - generate a new label and calculate virtual address group-list - displays group addresses that are in use and available virtual labels with corresponding virtual addresses
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 006554cf7..f43764adc 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -336,7 +336,8 @@ tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
tools/mesh/agent.h tools/mesh/agent.c \
tools/mesh/mesh-db.h tools/mesh/mesh-db.c \
mesh/util.h mesh/util.c \
- mesh/mesh-config.h mesh/mesh-config-json.c
+ mesh/mesh-config.h mesh/mesh-config-json.c \
+ mesh/crypto.h mesh/crypto.c
tools_mesh_cfgclient_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
$(ell_ldadd) -ljson-c -lreadline