summaryrefslogtreecommitdiffstats
path: root/rules/image-boot-mlo.make
blob: 77c17b5fb1b09982e493b629c18fccb9dd4dbc29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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