summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/image-sabrelite.make
blob: 406d3253eae31ed5e6555da82ab80098e8586037 (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
# -*-makefile-*-
#
# Copyright (C) 2017 by Sascha Hauer <s.hauer@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
IMAGE_PACKAGES-$(PTXCONF_IMAGE_SABRELITE) += image-sabrelite

#
# Paths and names
#
IMAGE_SABRELITE		:= image-sabrelite
IMAGE_SABRELITE_DIR	:= $(BUILDDIR)/$(IMAGE_SABRELITE)
IMAGE_SABRELITE_IMAGE	:= $(IMAGEDIR)/sabrelite.hdimg
IMAGE_SABRELITE_FILES	:= $(IMAGEDIR)/root.tgz
IMAGE_SABRELITE_CONFIG	:= sabrelite.config

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

$(IMAGE_SABRELITE_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_SABRELITE)
	@$(call finish)

# vim: syntax=make