summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-vexpress.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/rules/blspec-vexpress.make')
-rw-r--r--configs/platform-v7a/rules/blspec-vexpress.make38
1 files changed, 38 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/blspec-vexpress.make b/configs/platform-v7a/rules/blspec-vexpress.make
new file mode 100644
index 0000000..c723dae
--- /dev/null
+++ b/configs/platform-v7a/rules/blspec-vexpress.make
@@ -0,0 +1,38 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2017 by Chris Fiege <c.fiege@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
+#
+PACKAGES-$(PTXCONF_BLSPEC_VEXPRESS) += blspec-vexpress
+
+BLSPEC_VEXPRESS_VERSION := 4.11
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/blspec-vexpress.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, blspec-vexpress)
+ @$(call install_fixup,blspec-vexpress,PRIORITY,optional)
+ @$(call install_fixup,blspec-vexpress,SECTION,base)
+ @$(call install_fixup,blspec-vexpress,AUTHOR,"Chris Fiege <c.fiege@pengutronix.de>")
+ @$(call install_fixup,blspec-vexpress,DESCRIPTION,missing)
+
+ @$(call install_alternative, blspec-vexpress, 0, 0, 0644, \
+ /loader/entries/vexpress.conf)
+
+ @$(call install_finish,blspec-vexpress)
+
+ @$(call touch)
+
+# vim: syntax=make