summaryrefslogtreecommitdiffstats
path: root/rules/host-dosfstools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-22 09:55:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-31 09:58:11 +0200
commit7c3c44a4d5c128076f0165439aa2ad7de7db7ff7 (patch)
treed2c025dcc64348ac74505ddcf7545c6523550c02 /rules/host-dosfstools.make
parent5a13a4d3dd47ed1c28de6c262cd918a800f8d45b (diff)
downloadptxdist-7c3c44a4d5c128076f0165439aa2ad7de7db7ff7.tar.gz
ptxdist-7c3c44a4d5c128076f0165439aa2ad7de7db7ff7.tar.xz
host-dosfstools: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dosfstools.make')
-rw-r--r--rules/host-dosfstools.make23
1 files changed, 23 insertions, 0 deletions
diff --git a/rules/host-dosfstools.make b/rules/host-dosfstools.make
new file mode 100644
index 000000000..6ab5fcf5a
--- /dev/null
+++ b/rules/host-dosfstools.make
@@ -0,0 +1,23 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Michael Olbrich <m.olbrich@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_DOSFSTOOLS) += host-dosfstools
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_DOSFSTOOLS_CONF_TOOL := NO
+HOST_DOSFSTOOLS_INSTALL_OPT := PREFIX= install
+
+# vim: syntax=make