summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-05-09 14:33:21 -0700
committerBrian Gix <brian.gix@intel.com>2019-05-13 12:12:20 -0700
commit3545edb6a43c3e21a48cbf2daa084eaf398dc3f8 (patch)
tree4e7bba4620bb18143566fced890b01f17312c9f0 /Makefile.mesh
parentce3031a6b234d9d34bafa3a0cc9d9330591be0af (diff)
downloadbluez-3545edb6a43c3e21a48cbf2daa084eaf398dc3f8.tar.gz
mesh: Add key storage
This implements internal key storage add/delete/fetch for the three basic key types managed in Mesh: Network, Application and Device. This key storage is separate from keys assigned to nodes within the mesh, and are used to support Configuration Client functionality.
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index 76e424b92..bccd4d946 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -25,6 +25,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
mesh/agent.h mesh/agent.c \
mesh/prov-acceptor.c mesh/prov-initiator.c \
mesh/pb-adv.h mesh/pb-adv.c \
+ mesh/keyring.h mesh/keyring.c \
mesh/mesh-defs.h
libexec_PROGRAMS += mesh/bluetooth-meshd