From: Tim Sander <ti...@vlsi.informatik.tu-darmstadt.de>

Signed-off-by: Marc Kleine-Budde <m...@pengutronix.de>
---
 rules/host-libnih.in   |    4 ++++
 rules/host-libnih.make |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-libnih.in
 create mode 100644 rules/host-libnih.make

diff --git a/rules/host-libnih.in b/rules/host-libnih.in
new file mode 100644
index 0000000..53513d5
--- /dev/null
+++ b/rules/host-libnih.in
@@ -0,0 +1,4 @@
+## SECTION=hosttools_noprompt
+config HOST_LIBNIH
+       tristate
+       select HOST_DBUS
diff --git a/rules/host-libnih.make b/rules/host-libnih.make
new file mode 100644
index 0000000..385f8c5
--- /dev/null
+++ b/rules/host-libnih.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Tim Sander <ti...@iss.tu-darmstadt.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_LIBNIH) += host-libnih
+
+#
+# Paths and names
+#
+HOST_LIBNIH_DIR        = $(HOST_BUILDDIR)/$(LIBNIH)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_LIBNIH_PATH       := PATH=$(HOST_PATH)
+HOST_LIBNIH_ENV        := $(HOST_ENV)
+
+#
+# autoconf
+#
+HOST_LIBNIH_AUTOCONF   := $(HOST_AUTOCONF)
+
+# vim: syntax=make
-- 
1.7.0.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to