usb: drop HOST_USB
commit4e5ee5b21c84fe3023a64b5cc2e12a52ab0597c1
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Sep 2017 11:12:16 +0000 (8 13:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Sep 2017 08:44:49 +0000 (13 10:44 +0200)
tree4efaf523285ab3110ab20fbe3c1c717eeb5729a7
parent104ebc5f2ce4edb575e3532ab93f75acf47feda8
usb: drop HOST_USB

Nowdays we use libusb for usb-host, so we don't have different code
for linux vs. bsd any more.  So there is little reason to have the
HOST_USB variable, we can just write things directly into the Makefile
and avoid a pointless indirection.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20170908111217.21985-2-kraxel@redhat.com
configure
hw/usb/Makefile.objs