summaryrefslogtreecommitdiffstats
path: root/rules/image-boot-mlo.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/image-boot-mlo.make')
-rw-r--r--rules/image-boot-mlo.make33
1 files changed, 33 insertions, 0 deletions
diff --git a/rules/image-boot-mlo.make b/rules/image-boot-mlo.make
new file mode 100644
index 000000000..77c17b5fb
--- /dev/null
+++ b/rules/image-boot-mlo.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 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
+#
+IMAGE_PACKAGES-$(PTXCONF_IMAGE_BOOT_MLO) += image-boot-mlo
+
+#
+# Paths and names
+#
+IMAGE_BOOT_MLO := image-boot-mlo
+IMAGE_BOOT_MLO_DIR := $(BUILDDIR)/$(IMAGE_BOOT_MLO)
+IMAGE_BOOT_MLO_IMAGE := $(IMAGEDIR)/boot-mlo.vfat
+IMAGE_BOOT_MLO_CONFIG := boot-mlo-vfat.config
+
+# ----------------------------------------------------------------------------
+# Image
+# ----------------------------------------------------------------------------
+
+$(IMAGE_BOOT_MLO_IMAGE):
+ @$(call targetinfo)
+ @$(call image/genimage, IMAGE_BOOT_MLO)
+ @$(call finish)
+
+# vim: syntax=make