Signed-off-by: Ryan M. Raasch <ryan.raa...@gmail.com>
---
 rules/host-embryo.in   |    5 +++++
 rules/host-embryo.make |   30 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-embryo.in
 create mode 100644 rules/host-embryo.make

diff --git a/rules/host-embryo.in b/rules/host-embryo.in
new file mode 100644
index 0000000..3059f63
--- /dev/null
+++ b/rules/host-embryo.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_EMBRYO
+       tristate
+       default ALLYES
diff --git a/rules/host-embryo.make b/rules/host-embryo.make
new file mode 100644
index 0000000..b5f129c
--- /dev/null
+++ b/rules/host-embryo.make
@@ -0,0 +1,30 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by <Ryan Raasch ryan.raa...@gmail.com>
+#
+# 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_EMBRYO) += host-embryo
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+HOST_EMBRYO_CONF_ENV   := $(HOST_ENV)
+HOST_EMBRYO_PATH       := PATH=$(HOST_PATH)
+
+#
+# autoconf
+#
+
+
+HOST_EMBRYO_CONF_TOOL  := autoconf
+HOST_EMBRYO_CONF_OPT   := $(HOST_AUTOCONF)
+
+# vim: syntax=make
-- 
1.7.1.rc1.GIT


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to