diff options
author | Tomek CEDRO <cederom@tlen.pl> | 2011-06-25 17:38:55 +0200 |
---|---|---|
committer | Tomek CEDRO <cederom@tlen.pl> | 2011-06-25 17:38:55 +0200 |
commit | 159bad817a8fec79c59db13fc33717c7608d7b88 (patch) | |
tree | c669703f0fd581ebd5892237c5c146bfbedef77b /submodules | |
parent | 4c6cba205cde7cd56583af4b3e64476c33ea4278 (diff) | |
download | openocd_libswd-159bad817a8fec79c59db13fc33717c7608d7b88.tar.gz openocd_libswd-159bad817a8fec79c59db13fc33717c7608d7b88.tar.bz2 openocd_libswd-159bad817a8fec79c59db13fc33717c7608d7b88.tar.xz openocd_libswd-159bad817a8fec79c59db13fc33717c7608d7b88.zip |
BOOTSTRAP/SUBMODULES: Minor fix for libswd submodule. Placed git init/update in at the top of bootstrap file.
Diffstat (limited to 'submodules')
-rw-r--r-- | submodules/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/submodules/README b/submodules/README new file mode 100644 index 00000000..ef92e1e7 --- /dev/null +++ b/submodules/README @@ -0,0 +1,2 @@ +Submodules are external utilities or libraries downloaded from external git +repositories to be built with OpenOCD. Submodules are handled by bootstrap. |