summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.make
diff options
context:
space:
mode:
authorAlexander Aring <a.aring@pengutronix.de>2016-08-22 10:27:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-09-02 11:25:14 +0200
commit30cee80a0c9aa74a197051bced83aa3df40f0086 (patch)
tree681b44a43a5926b18bd5e2a5b3b3bcf57cb71ef5 /rules/host-qemu.make
parent1dc797f99d13ee425304b880c9f516c9703f410c (diff)
downloadptxdist-30cee80a0c9aa74a197051bced83aa3df40f0086.tar.gz
ptxdist-30cee80a0c9aa74a197051bced83aa3df40f0086.tar.xz
host-qemu: enable libusb by default
Alexander Aring added --enable-libusb in DistroKit, in order to be able to test 802.15.4 USB devices from within a qemu simulator. Signed-off-by: Alexander Aring <a.aring@pengutronix.de> [ported to ptxdist mainline] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qemu.make')
-rw-r--r--rules/host-qemu.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index 556df20e7..eae6a52d5 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -104,7 +104,7 @@ HOST_QEMU_CONF_OPT := \
--disable-libiscsi \
--disable-libnfs \
--disable-smartcard \
- --disable-libusb \
+ --enable-libusb \
--disable-usb-redir \
--disable-lzo \
--disable-snappy \