summaryrefslogtreecommitdiffstats
path: root/rules/host-ima-evm-utils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-05-27 13:05:26 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-05-27 13:05:38 +0200
commit62bf402ad65a74f69f86dd482e823782d097e1bf (patch)
tree5ac3867b484fbab0b07538051a049f89cf9979f1 /rules/host-ima-evm-utils.make
parent33536b77d0aa9a218f901d25366ac3a605215821 (diff)
downloadptxdist-62bf402ad65a74f69f86dd482e823782d097e1bf.tar.gz
ptxdist-62bf402ad65a74f69f86dd482e823782d097e1bf.tar.xz
host-ima-evm-utils: add
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-ima-evm-utils.make')
-rw-r--r--rules/host-ima-evm-utils.make25
1 files changed, 25 insertions, 0 deletions
diff --git a/rules/host-ima-evm-utils.make b/rules/host-ima-evm-utils.make
new file mode 100644
index 000000000..5c11c2d5c
--- /dev/null
+++ b/rules/host-ima-evm-utils.make
@@ -0,0 +1,25 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2015 by Jan Luebbe <jlu@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_IMA_EVM_UTILS) += host-ima-evm-utils
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_IMA_EVM_UTILS_CONF_TOOL := autoconf
+
+# vim: syntax=make