summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/image-vexpress.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/rules/image-vexpress.make')
-rw-r--r--configs/platform-v7a/rules/image-vexpress.make33
1 files changed, 33 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/image-vexpress.make b/configs/platform-v7a/rules/image-vexpress.make
new file mode 100644
index 0000000..a5d8674
--- /dev/null
+++ b/configs/platform-v7a/rules/image-vexpress.make
@@ -0,0 +1,33 @@
+# -*-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
+#
+IMAGE_PACKAGES-$(PTXCONF_IMAGE_VEXPRESS) += image-vexpress
+
+#
+# Paths and names
+#
+IMAGE_VEXPRESS := image-vexpress
+IMAGE_VEXPRESS_DIR := $(BUILDDIR)/$(IMAGE_VEXPRESS)
+IMAGE_VEXPRESS_IMAGE := $(IMAGEDIR)/vexpress.hdimg
+IMAGE_VEXPRESS_CONFIG := vexpress.config
+
+# ----------------------------------------------------------------------------
+# Image
+# ----------------------------------------------------------------------------
+
+$(IMAGE_VEXPRESS_IMAGE):
+ @$(call targetinfo)
+ @$(call image/genimage, IMAGE_VEXPRESS)
+ @$(call finish)
+
+# vim: syntax=make