summaryrefslogtreecommitdiffstats
path: root/rules/host-file.make
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2011-05-03 08:15:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:23:57 +0200
commit84cf020faa514938f4d87ba659013cf11b0dc4f4 (patch)
tree6849f1a6816cd3430354ce287fb864c59daf256b /rules/host-file.make
parente69206eb6237d3e6a823c46a3218d0ece0e94ad0 (diff)
downloadptxdist-84cf020faa514938f4d87ba659013cf11b0dc4f4.tar.gz
ptxdist-84cf020faa514938f4d87ba659013cf11b0dc4f4.tar.xz
add utility 'file' for determining file types
Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-file.make')
-rw-r--r--rules/host-file.make18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/host-file.make b/rules/host-file.make
new file mode 100644
index 000000000..ba796b562
--- /dev/null
+++ b/rules/host-file.make
@@ -0,0 +1,18 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Alexander Dahl <post@lespocky.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_FILE) += host-file
+
+HOST_FILE_CONF_TOOL := autoconf
+
+# vim: syntax=make