summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--rules/host-libusb.in5
-rw-r--r--rules/host-libusb.make28
2 files changed, 33 insertions, 0 deletions
diff --git a/rules/host-libusb.in b/rules/host-libusb.in
new file mode 100644
index 000000000..f093750e3
--- /dev/null
+++ b/rules/host-libusb.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBUSB
+ tristate
+ default ALLYES
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