summaryrefslogtreecommitdiffstats
path: root/rules/host-libusb.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-09-06 12:55:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-06 13:01:49 +0200
commit14a88e9415a83817c5d356a350bf4dc0fef0f2a8 (patch)
tree0126212da32fb0baed6fbd2f59183f4dd0a21ed1 /rules/host-libusb.make
parent4f64ffc9f98acc34f1a2091b34c29694b60800a5 (diff)
downloadptxdist-14a88e9415a83817c5d356a350bf4dc0fef0f2a8.tar.gz
ptxdist-14a88e9415a83817c5d356a350bf4dc0fef0f2a8.tar.xz
host-libusb: added
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libusb.make')
-rw-r--r--rules/host-libusb.make28
1 files changed, 28 insertions, 0 deletions
diff --git a/rules/host-libusb.make b/rules/host-libusb.make
new file mode 100644
index 000000000..ffcd19182
--- /dev/null
+++ b/rules/host-libusb.make
@@ -0,0 +1,28 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Juergen Beisert <jbe@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LIBUSB) += host-libusb
+
+#
+# Paths and names
+#
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_LIBUSB_AUTOCONF := \
+ $(HOST_AUTOCONF) \
+ --disable-static
+
+# vim: syntax=make