From 1db6e2aa197bd8f8ed702f77d6a1e09267af71ee Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 30 Apr 2012 20:11:34 +0200 Subject: Add 3rdparty as submodule The build system will make sure only to fetch this if desired by the user. Change-Id: Ie3c1b44f67ba2595cae001234e29e36cf855a3e4 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/956 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- .gitmodules | 4 ++++ 3rdparty | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 3rdparty diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..e53e9af40dd2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "3rdparty"] + path = 3rdparty + url = ../blobs.git + update = none diff --git a/3rdparty b/3rdparty new file mode 160000 index 000000000000..1925339dfbb8 --- /dev/null +++ b/3rdparty @@ -0,0 +1 @@ +Subproject commit 1925339dfbb8dd2fae439f8d07deddfc33a3de45 -- cgit v1.2.3