mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] host-libftdi1: add new package
@ 2014-06-22  7:41 Michael Grzeschik
  2014-06-22  7:41 ` [ptxdist] [PATCH 2/3] host-libusb-compat: " Michael Grzeschik
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Grzeschik @ 2014-06-22  7:41 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 rules/host-libftdi1.in   |  7 +++++++
 rules/host-libftdi1.make | 27 +++++++++++++++++++++++++++
 2 files changed, 34 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 0000000..ee800c8
--- /dev/null
+++ b/rules/host-libftdi1.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+## SECTION=hosttools_platform
+
+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 0000000..7ae6f8a
--- /dev/null
+++ b/rules/host-libftdi1.make
@@ -0,0 +1,27 @@
+# -*-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) \
+	-DCMAKE_SKIP_RPATH=ON \
+	-DDOCUMENTATION=OFF \
+	-DPYTHON_BINDINGS=OFF \
+	-DEXAMPLES=$(call ptx/ifdef,PTXCONF_LIBFTDI1_EXAMPLES,ON,OFF) \
+	-DFTDIPP=$(call ptx/ifdef,PTXCONF_LIBFTDI1_CPP_WRAPPER,ON,OFF) \
+	-DFTDI_EEPROM=$(call ptx/ifdef,PTXCONF_LIBFTDI1_FTDI_EEPROM,ON,OFF)
+
+
+# vim: syntax=make
-- 
2.0.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2014-09-29 17:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-22  7:41 [ptxdist] [PATCH 1/3] host-libftdi1: add new package Michael Grzeschik
2014-06-22  7:41 ` [ptxdist] [PATCH 2/3] host-libusb-compat: " Michael Grzeschik
2014-06-23 14:06   ` Michael Olbrich
2014-06-22  7:41 ` [ptxdist] [PATCH 3/3] host-openocd: " Michael Grzeschik
2014-06-23 14:09   ` Michael Olbrich
2014-09-29 17:27     ` Andreas Pretzsch
2014-06-23 14:03 ` [ptxdist] [PATCH 1/3] host-libftdi1: " Michael Olbrich

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