From 5b5d6a2bc737a06d6f55ab81e609bad27c0190b1 Mon Sep 17 00:00:00 2001 From: Tomek CEDRO Date: Tue, 23 Oct 2012 23:55:50 +0200 Subject: [PATCH] Introducing LibSWD git submodule. It points to libswd-0.5 release branch with fixed autoconf AM_PROG_AR issue. Introducing submodules/ directory to keep all submodules in place, with README file that describes submodules role. Change-Id: Ie9e654b7de5190ae284b3ddab5b5ebf71f622b24 Signed-off-by: Tomek CEDRO --- .gitmodules | 3 +++ submodules/README | 3 +++ submodules/libswd | 1 + 3 files changed, 7 insertions(+) create mode 100644 submodules/README create mode 160000 submodules/libswd diff --git a/.gitmodules b/.gitmodules index f23a5d4b8..83909617a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "jimtcl"] path = jimtcl url = http://repo.or.cz/r/jimtcl.git +[submodule "submodules/libswd"] + path = submodules/libswd + url = git://libswd.git.sourceforge.net/gitroot/libswd/libswd diff --git a/submodules/README b/submodules/README new file mode 100644 index 000000000..400d62b6c --- /dev/null +++ b/submodules/README @@ -0,0 +1,3 @@ +Submodules are external GIT repositories of software components, utilities +or libraries that are supposed to be built together with OpenOCD. +Submodules are handled by bootstrap script using git, autotools, etc. diff --git a/submodules/libswd b/submodules/libswd new file mode 160000 index 000000000..4d870dcc2 --- /dev/null +++ b/submodules/libswd @@ -0,0 +1 @@ +Subproject commit 4d870dcc28c88e564ca2e3263d332ab2d7e03234 -- 2.11.4.GIT