summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-lxa-mc1.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/rules/blspec-lxa-mc1.make')
-rw-r--r--configs/platform-v7a/rules/blspec-lxa-mc1.make36
1 files changed, 36 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/blspec-lxa-mc1.make b/configs/platform-v7a/rules/blspec-lxa-mc1.make
new file mode 100644
index 0000000..62cafb3
--- /dev/null
+++ b/configs/platform-v7a/rules/blspec-lxa-mc1.make
@@ -0,0 +1,36 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Ahmad Fatoum <a.fatoum@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_BLSPEC_LXA_MC1) += blspec-lxa-mc1
+
+BLSPEC_LXA_MC1_VERSION := 5.4
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/blspec-lxa-mc1.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, blspec-lxa-mc1)
+ @$(call install_fixup,blspec-lxa-mc1,PRIORITY,optional)
+ @$(call install_fixup,blspec-lxa-mc1,SECTION,base)
+ @$(call install_fixup,blspec-lxa-mc1,AUTHOR,"Ahmad Fatoum <a.fatoum@pengutronix.de>")
+ @$(call install_fixup,blspec-lxa-mc1,DESCRIPTION,missing)
+
+ @$(call install_alternative, blspec-lxa-mc1, 0, 0, 0644, \
+ /loader/entries/lxa-mc1.conf)
+
+ @$(call install_finish,blspec-lxa-mc1)
+
+ @$(call touch)
+
+# vim: syntax=make