summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-28 22:45:18 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:16 +0100
commit83019691ff0c49b0278ba8ecd03b697f633866b4 (patch)
tree6b6ce0d1e7a7a524f9fe5717637481fb5f2498d7
parentb4c224b6f93802ff2adfec4a86a554a7ee05246d (diff)
downloadptxdist-83019691ff0c49b0278ba8ecd03b697f633866b4.tar.gz
ptxdist-83019691ff0c49b0278ba8ecd03b697f633866b4.tar.xz
host-ustr: add package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/host-ustr.in5
-rw-r--r--rules/host-ustr.make28
2 files changed, 33 insertions, 0 deletions
diff --git a/rules/host-ustr.in b/rules/host-ustr.in
new file mode 100644
index 000000000..0fce73af5
--- /dev/null
+++ b/rules/host-ustr.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_USTR
+ tristate
+ default ALLYES
diff --git a/rules/host-ustr.make b/rules/host-ustr.make
new file mode 100644
index 000000000..a0f7aa7a0
--- /dev/null
+++ b/rules/host-ustr.make
@@ -0,0 +1,28 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2013 by Marc Kleine-Budde <mkl@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_USTR) += host-ustr
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_USTR_CONF_TOOL := NO
+HOST_USTR_MAKE_OPT := \
+ all-shared \
+ prefix=
+HOST_USTR_INSTALL_OPT := \
+ $(HOST_USTR_MAKE_OPT) \
+ install
+
+# vim: syntax=make