From 4ce3dd3f84f0d5af85caa26d8d499c930eb38932 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 8 Jan 2015 05:05:21 +0200 Subject: [PATCH] Add submodule bpm. --- .gitmodules | 3 +++ tools/bpm | 1 + 2 files changed, 4 insertions(+) create mode 160000 tools/bpm diff --git a/.gitmodules b/.gitmodules index 9b70daea05..1973b76672 100644 --- a/.gitmodules +++ b/.gitmodules @@ -494,3 +494,6 @@ path = libs/endian url = ../endian.git fetchRecurseSubmodules = on-demand +[submodule "tools/bpm"] + path = tools/bpm + url = ../bpm.git diff --git a/tools/bpm b/tools/bpm new file mode 160000 index 0000000000..85ef90b4fb --- /dev/null +++ b/tools/bpm @@ -0,0 +1 @@ +Subproject commit 85ef90b4fbf7b57fa75352800d4289fc3c114eb6