On Mon, 2017-09-25 at 20:29 +0100, Peter Maydell wrote: > Gerd, ping? If you provide a reviewed-by or acked-by > I can apply this to master as a buildfix... > > thanks > -- PMM > > On 22 September 2017 at 08:42, Jan Kiszka <jan.kis...@siemens.com> > wrote: > > From: Jan Kiszka <jan.kis...@siemens.com> > > > > This reverts the incorrect commit 2041649f0b04 (these are > > machine-independent objects)
Commit is correct. The objects are machine-independent indeed, but not all machines need it. s390x (host) doesn't support usb in the first place, so usb-passthrough is rather pointless. So this drops the compiled object files from the list for the linker ... > > and fixes the name of the config var. That one is needed. cheers, Gerd