configure: Let SLOF be initialized by ./scripts/git-submodule.sh
commit1ef6bfc23144e0ec7c182301d26b114b3610c8c8
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 15 Jun 2020 07:49:19 +0000 (15 09:49 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 15 Jun 2020 16:26:47 +0000 (15 18:26 +0200)
treecbab7486c45d6ba08380a2e0b77490d5d483ed2e
parent8662404650f343fa6598608f02eedd013d614ab1
configure: Let SLOF be initialized by ./scripts/git-submodule.sh

The git-submodule.sh script is called by make and initialize the
submodules listed in the GIT_SUBMODULES variable generated by
./configure.

SLOF is required for building the s390-ccw firmware on s390x, since
it is using the libnet code from SLOF for network booting.

Add it to the GIT_SUBMODULES when building the s390-ccw firmware.

Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200615074919.12552-1-f4bug@amsat.org>
[thuth: Tweaked the commit message a little bit]
Signed-off-by: Thomas Huth <thuth@redhat.com>
.travis.yml
configure