From 6a14159ee4b910bf83b38316f98ef07edf5f9a01 Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Wed, 16 Aug 2017 05:36:48 +0800 Subject: [PATCH] submodule: make libmpem as a submodule. Signed-off-by: Jianpeng Ma --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 85a78ace76b..3b390226607 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "src/rapidjson"] path = src/rapidjson url = https://github.com/ceph/rapidjson +[submodule "src/nvml"] + path = src/nvml + url = https://github.com/ceph/nvml.git