aboutsummaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-05-26 13:58:31 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-26 14:34:52 +0200
commit3103fce0050b6c40b7c039bf1deccfe2227c89f9 (patch)
tree7b1de14a8c48fe61f0dea0e68eb6e469ea8d9f9c /deps
parent834d67e304f3d0e49bb4269f2de28a8014aee4ca (diff)
deps: Add titan.ProtocolModules.MAP
Diffstat (limited to 'deps')
-rw-r--r--deps/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/deps/Makefile b/deps/Makefile
index dc4d9fc6..cf0bf4d0 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -2,6 +2,7 @@
ECLIPSEGIT:=https://github.com/eclipse
ECLIPSEGIT2:=git://git.eclipse.org/gitroot/titan
OSMOGITHUB:=https://github.com/osmocom
+OSMOGIT:=git://git.osmocom.org
ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
titan.ProtocolModules.ICMP \
@@ -46,7 +47,9 @@ OSMOGITHUB_REPOS= titan.TestPorts.SCTPasp \
titan.TestPorts.MTP3asp \
titan.ProtocolEmulations.M3UA
-ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)
+OSMOGIT_REPOS= titan.ProtocolModules.MAP
+
+ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
# Tag names from 'git-describe --tags'; if not available, a commit hash may be used instead.
# In order to keep local changes in the repository of a dependency, set its commit to the
@@ -66,6 +69,7 @@ titan.ProtocolModules.IP_commit= R.10.B-1-g99d0ec9
titan.ProtocolModules.ISUP_Q.762_commit= R.8.A
titan.ProtocolModules.L2TP_commit= R.2.A
titan.ProtocolModules.LLC_v7.1.0_commit= R.2.A
+titan.ProtocolModules.MAP_commit= R.2.A-1-g79c6a3d
titan.ProtocolModules.M2PA_commit= R.2.A
titan.ProtocolModules.M3UA_commit= R.2.A
titan.ProtocolModules.MobileL3_v13.4.0_commit= R.2.A
@@ -142,3 +146,6 @@ $(foreach dir,$(ECLIPSEGIT2_REPOS), \
$(foreach dir,$(OSMOGITHUB_REPOS), \
$(eval $(call GIT_template,$(dir),$(OSMOGITHUB))))
+
+$(foreach dir,$(OSMOGIT_REPOS), \
+ $(eval $(call GIT_template,$(dir),$(OSMOGIT))))