summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a/rules/image-imx8mm-evk.make
blob: 60b8b3086713f8367eb8c8e856aafd97deaebc44 (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) 2020 by Sascha Hauer <s.hauer@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
IMAGE_PACKAGES-$(PTXCONF_IMAGE_IMX8MM_EVK) += image-imx8mm-evk

#
# Paths and names
#
IMAGE_IMX8MM_EVK		:= image-imx8mm-evk
IMAGE_IMX8MM_EVK_DIR	:= $(BUILDDIR)/$(IMAGE_IMX8MM_EVK)
IMAGE_IMX8MM_EVK_IMAGE	:= $(IMAGEDIR)/imx8mm-evk.img
IMAGE_IMX8MM_EVK_FILES	:= $(IMAGEDIR)/root.tgz
IMAGE_IMX8MM_EVK_CONFIG	:= imx8mm-evk.config

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

$(IMAGE_IMX8MM_EVK_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_IMX8MM_EVK)
	@$(call finish)

# vim: syntax=make