mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] host-libftdi1: add new package
@ 2019-06-06 22:19 Michael Grzeschik
  2019-06-06 22:19 ` [ptxdist] [PATCH 2/2] host-openocd: add initial support Michael Grzeschik
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Grzeschik @ 2019-06-06 22:19 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 rules/host-libftdi1.in   |  6 ++++++
 rules/host-libftdi1.make | 26 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 rules/host-libftdi1.in
 create mode 100644 rules/host-libftdi1.make

diff --git a/rules/host-libftdi1.in b/rules/host-libftdi1.in
new file mode 100644
index 000000000..0db5cb9d1
--- /dev/null
+++ b/rules/host-libftdi1.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBFTDI1
+	tristate
+	select HOST_CMAKE
+	default ALLYES
diff --git a/rules/host-libftdi1.make b/rules/host-libftdi1.make
new file mode 100644
index 000000000..07e2351df
--- /dev/null
+++ b/rules/host-libftdi1.make
@@ -0,0 +1,26 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Michael Grzeschik <mgr@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_LIBFTDI1) += host-libftdi1
+
+HOST_LIBFTDI1_CONF_TOOL	:= cmake
+HOST_LIBFTDI1_CONF_OPT	:= \
+	$(HOST_CMAKE_USR) \
+	-DDOCUMENTATION=OFF \
+	-DPYTHON_BINDINGS=OFF \
+	-DSTATICLIBS=OFF \
+	-DEXAMPLES=OFF \
+	-DFTDIPP=OFF \
+	-DFTDI_EEPROM=OFF
+
+# vim: syntax=make
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-06-20 10:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06 22:19 [ptxdist] [PATCH 1/2] host-libftdi1: add new package Michael Grzeschik
2019-06-06 22:19 ` [ptxdist] [PATCH 2/2] host-openocd: add initial support Michael Grzeschik
2019-06-14  7:18   ` Michael Olbrich
2019-06-14  9:15     ` Michael Grzeschik
2019-06-14  9:41       ` Michael Olbrich
2019-06-17 12:17         ` Michael Olbrich
2019-06-17 13:23           ` [ptxdist] [PATCH v2] " Michael Grzeschik
2019-06-17 14:16             ` Roland Hieber
2019-06-18 11:28               ` [ptxdist] [PATCH v3] " Michael Grzeschik
2019-06-20 10:15                 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox