summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-07-14 16:23:12 -0700
committerBrian Gix <brian.gix@intel.com>2019-07-15 14:44:38 -0700
commit0c698b33a7841961f1097907b346bc73fba1f3e8 (patch)
tree11008ac5baf53ae9bb187c973c09f70a427420d0 /Makefile.mesh
parent76700ab92b6daccab999faf0460220bb97b7b4c5 (diff)
downloadbluez-0c698b33a7841961f1097907b346bc73fba1f3e8.tar.gz
mesh: Rename mesh-db.c to mesh-config-json.c
This moves mesh-db.h to mesh-config.h and mesh-db.c to mesh-config-json.c. mesh-config.h declares common APIs for storing mesh node configuration. mesh-config-json.c defines the APIs for JSOn specific storage. This allows for future parallel implementation a different (not JSON-based) mechanism of storing node configuration.
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index 1ace507af..502ba2a47 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -25,7 +25,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
mesh/provision.h mesh/prov.h \
mesh/model.h mesh/model.c \
mesh/cfgmod.h mesh/cfgmod-server.c \
- mesh/mesh-db.h mesh/mesh-db.c \
+ mesh/mesh-config.h mesh/mesh-config-json.c \
mesh/util.h mesh/util.c \
mesh/dbus.h mesh/dbus.c \
mesh/agent.h mesh/agent.c \