summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/image-gf.make
blob: 70a8902376aba0181be35b7cb396503d592d25c0 (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 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_GF) += image-gf

#
# Paths and names
#
IMAGE_GF		:= image-gf
IMAGE_GF_DIR	:= $(BUILDDIR)/$(IMAGE_GF)
IMAGE_GF_IMAGE	:= $(IMAGEDIR)/gf.hdimg
IMAGE_GF_CONFIG	:= gf.config

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

$(IMAGE_GF_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_GF)
	@$(call finish)

# vim: syntax=make