summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/image-stm32mp157c-dk2.make
blob: fb14c7a95fa985c0b7378337385ddf3f148af41f (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
34
35
# -*-makefile-*-
#
# Copyright (C) 2017 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_STM32MP157C_DK2) += image-stm32mp157c-dk2

IMAGE_STM32MP157C_DK2_ENV := STM32MP_BOARD=stm32mp157c-dk2

#
# Paths and names
#
IMAGE_STM32MP157C_DK2		:= image-stm32mp157c-dk2
IMAGE_STM32MP157C_DK2_DIR	:= $(BUILDDIR)/$(IMAGE_STM32MP157C_DK2)
IMAGE_STM32MP157C_DK2_IMAGE	:= $(IMAGEDIR)/stm32mp157c-dk2.hdimg
IMAGE_STM32MP157C_DK2_FILES	:= $(IMAGEDIR)/root.tgz
IMAGE_STM32MP157C_DK2_CONFIG	:= stm32mp.config

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

$(IMAGE_STM32MP157C_DK2_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_STM32MP157C_DK2)
	@$(call finish)

# vim: syntax=make