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

#
# We provide this package
#
IMAGE_PACKAGES-$(PTXCONF_IMAGE_VEXPRESS) += image-vexpress

#
# Paths and names
#
IMAGE_VEXPRESS		:= image-vexpress
IMAGE_VEXPRESS_DIR	:= $(BUILDDIR)/$(IMAGE_VEXPRESS)
IMAGE_VEXPRESS_IMAGE	:= $(IMAGEDIR)/vexpress.hdimg
IMAGE_VEXPRESS_CONFIG	:= vexpress.config

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

$(IMAGE_VEXPRESS_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_VEXPRESS)
	@$(call finish)

# vim: syntax=make