summaryrefslogtreecommitdiffstats
path: root/rules/host-libaio.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libaio.make')
-rw-r--r--rules/host-libaio.make24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/host-libaio.make b/rules/host-libaio.make
new file mode 100644
index 000000000..6cfe80539
--- /dev/null
+++ b/rules/host-libaio.make
@@ -0,0 +1,24 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Juergen Borleis <jbe@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_LIBAIO) += host-libaio
+
+# ----------------------------------------------------------------------------
+# Prepare + Compile
+# ----------------------------------------------------------------------------
+
+HOST_LIBAIO_CONF_TOOL := NO
+HOST_LIBAIO_MAKE_ENV := $(HOST_ENV)
+HOST_LIBAIO_MAKEVARS := prefix=
+
+# vim: syntax=make