From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] host-libftdi1: add new package
Date: Fri, 7 Jun 2019 00:19:48 +0200 [thread overview]
Message-ID: <20190606221949.14709-1-m.grzeschik@pengutronix.de> (raw)
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
next reply other threads:[~2019-06-06 22:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-06 22:19 Michael Grzeschik [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190606221949.14709-1-m.grzeschik@pengutronix.de \
--to=m.grzeschik@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox