Set up 3rdparty/libgfxinit

`libgfxinit` is a SPARK library for graphics modesetting. It supports
Intel integrated graphics only, strictly speaking, the Core i processor
line.

Change-Id: Idf4b0e5fbf37a5d974075b2e44d1fa16dc428da3
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/16949
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Nico Huber
2016-10-09 12:12:52 +02:00
committed by Nico Huber
parent e09f8acdad
commit ef405a2c04
3 changed files with 6 additions and 2 deletions

View File

@@ -568,7 +568,7 @@ gitconfig:
fi; \
done
# Now set up thehooks for 3rdparty/
for hooks in .git/modules/{3rdparty/blobs,libhwbase}/hooks; do \
for hooks in .git/modules/{3rdparty/blobs,libhwbase,libgfxinit}/hooks; do \
if [ -d $$hooks -a \
\( util/gitconfig/commit-msg -nt $$hooks/commit-msg -o \
! -x $$hooks/commit-msg \) ]; then \
@@ -576,7 +576,7 @@ gitconfig:
chmod +x $$hooks/commit-msg; \
fi \
done
for d in 3rdparty/{blobs,libhwbase}; do \
for d in 3rdparty/{blobs,libhwbase,libgfxinit}; do \
if [ -d $$d ]; then \
(cd $$d; \
git config remote.origin.push HEAD:refs/for/master); \