Re: [PATCH v2] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Philippe Mathieu-Daudé
On 6/15/20 9:31 AM, Thomas Huth wrote: > On 15/06/2020 08.57, Philippe Mathieu-Daudé wrote: >> The git-submodule.sh script is called by make and initialize the >> submodules listed in the GIT_SUBMODULES variable generated by >> ./configure. >> >> Add SLOF when we build the ppc64-softmmu target for

Re: [PATCH v2] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-15 Thread Thomas Huth
On 15/06/2020 08.57, Philippe Mathieu-Daudé wrote: > The git-submodule.sh script is called by make and initialize the > submodules listed in the GIT_SUBMODULES variable generated by > ./configure. > > Add SLOF when we build the ppc64-softmmu target for the pSeries > machines (which use SLOF). This

[PATCH v2] configure: Let SLOF be initialized by ./scripts/git-submodule.sh

2020-06-14 Thread Philippe Mathieu-Daudé
The git-submodule.sh script is called by make and initialize the submodules listed in the GIT_SUBMODULES variable generated by ./configure. Add SLOF when we build the ppc64-softmmu target for the pSeries machines (which use SLOF). This fixes: $ ( cd ${SRC_DIR} ; git submodule update --init roms