summaryrefslogtreecommitdiffstats
path: root/configs/platform-mipsel/rules/image-malta.make
blob: c005c9e67355f12d582ff0dc5b6b76c8d1ee8cb2 (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
# -*-makefile-*-
#
# Copyright (C) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
IMAGE_PACKAGES-$(PTXCONF_IMAGE_MALTA) += image-malta

#
# Paths and names
#
IMAGE_MALTA		:= image-malta
IMAGE_MALTA_DIR	:= $(BUILDDIR)/$(IMAGE_MALTA)
IMAGE_MALTA_IMAGE	:= $(IMAGEDIR)/malta.hdimg
IMAGE_MALTA_CONFIG	:= malta.config

# ----------------------------------------------------------------------------
# Image
# ----------------------------------------------------------------------------

$(IMAGE_MALTA_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_MALTA)
	@$(call finish)

# vim: syntax=make