summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2014-09-27 11:37:46 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-10-02 10:26:58 +0200
commit758f26aa2dd7447267ac7e08b32ef157fc55a755 (patch)
tree1d9972b1beb3d25ba79aeab11a21c2cb3b1d1db2 /.gitmodules
parente87ee14449fb549be09d6a5de10185f182efdc79 (diff)
downloadcoreboot-758f26aa2dd7447267ac7e08b32ef157fc55a755.tar.gz
nvidia/cbootimage: avoid upstream's build system
It brings in useless dependencies, a weird autotools configuration, and tons of pain everywhere. Instead just build things ourselves. Change-Id: I67f06e711cb9dcd594363bc1a4f99d3273074549 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/6986 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index a7a9d43217..ee3f1ea9e4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,5 +4,5 @@
update = none
ignore = dirty
[submodule "util/nvidia-cbootimage"]
- path = util/nvidia-cbootimage
+ path = util/nvidia/cbootimage
url = ../nvidia-cbootimage.git