summaryrefslogtreecommitdiffstats
path: root/rules/host-dfu-util.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-26 15:13:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-28 18:49:52 +0100
commit627569ff5e88b9acd4b11808c903a872bc17d446 (patch)
tree165db65479c5addd6a1854ac314ea8792873b854 /rules/host-dfu-util.make
parent1e693dc0ae126291e54306e49cf95caed824a4a0 (diff)
downloadptxdist-627569ff5e88b9acd4b11808c903a872bc17d446.tar.gz
ptxdist-627569ff5e88b9acd4b11808c903a872bc17d446.tar.xz
Add dfu-util rules for host
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dfu-util.make')
-rw-r--r--rules/host-dfu-util.make25
1 files changed, 25 insertions, 0 deletions
diff --git a/rules/host-dfu-util.make b/rules/host-dfu-util.make
new file mode 100644
index 000000000..2a8f648f5
--- /dev/null
+++ b/rules/host-dfu-util.make
@@ -0,0 +1,25 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Sascha Hauer <s.hauer@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_DFU_UTIL) += host-dfu-util
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_DFU_UTIL_CONF_TOOL := autoconf
+
+# vim: syntax=make