summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/rules/image-ar9331.make
blob: 113f8511e23cdfa9985f39e8753af9bb1412b257 (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) 2017 by Chris Fiege <c.fiege@pengutronix.de>
# Copyright (C) 2020 by Oleksij Rempel <o.rempel@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
IMAGE_PACKAGES-$(PTXCONF_IMAGE_AR9331) += image-ar9331

#
# Paths and names
#
IMAGE_AR9331		:= image-ar9331
IMAGE_AR9331_DIR	:= $(BUILDDIR)/$(IMAGE_AR9331)
IMAGE_AR9331_IMAGE	:= $(IMAGEDIR)/ar9331.hdimg
IMAGE_AR9331_CONFIG	:= ar9331.config

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

$(IMAGE_AR9331_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_AR9331)
	@$(call finish)

# vim: syntax=make