summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-04-30 20:11:34 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-05-01 00:08:37 +0200
commit1db6e2aa197bd8f8ed702f77d6a1e09267af71ee (patch)
tree6c639d50fda043e72e02544a39f88bb92ff4dd1f /.gitmodules
parente1ae4b212fd11fa9ae838afa2c045855a128e496 (diff)
downloadcoreboot-1db6e2aa197bd8f8ed702f77d6a1e09267af71ee.tar.xz
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 <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/956 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..e53e9af40d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "3rdparty"]
+ path = 3rdparty
+ url = ../blobs.git
+ update = none