diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-09-19 11:52:52 +0800 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-19 05:30:31 +0000 |
commit | 919e1b9a5f41404f0c2eba5e984c0a25f02f3880 (patch) | |
tree | 088459ddd6f04160498921cd55cf24f3c7d40be3 /.gitmodules | |
parent | 6a2546430d82c4cf100e8c64b266c8473d9136cf (diff) |
Add vfc submodule
Adding the vfc/nfvo/lcm submodule.
Issue-ID: VFC-380
Change-Id: If282ff4abe83b61132096743ce035661d6cfe201
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bfb80148a..ccf6a23c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,8 @@ branch = . ignore = dirty +[submodule "docs/submodules/vfc/lcm.git"] + path = docs/submodules/vfc/lcm.git + url = ../vfc/nfvo/lcm + branch = . + ignore = dirty |