summaryrefslogtreecommitdiffstats
path: root/rules/host-flex.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-02-09 01:52:32 +0100
committerErwin Rol <erwin@erwinrol.com>2010-02-25 09:31:10 +0100
commit1950417c533817b68464461a889cee494b3c17da (patch)
tree2843062ef3b971f6524a39ec533994ea4f04700d /rules/host-flex.make
parent62802b345c177ee80e1fbea2724914df78c01736 (diff)
downloadptxdist-1950417c533817b68464461a889cee494b3c17da.tar.gz
ptxdist-1950417c533817b68464461a889cee494b3c17da.tar.xz
[host-flex] New host packet
Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/host-flex.make')
-rw-r--r--rules/host-flex.make21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/host-flex.make b/rules/host-flex.make
new file mode 100644
index 000000000..399c42a17
--- /dev/null
+++ b/rules/host-flex.make
@@ -0,0 +1,21 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Erwin Rol <erwin@erwinrol.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_FLEX) += host-flex
+
+#
+# Paths and names
+#
+HOST_FLEX_DIR = $(HOST_BUILDDIR)/$(FLEX)
+
+# vim: syntax=make