summaryrefslogtreecommitdiffstats
path: root/rules/host-tf-a.make
blob: 9b4a94f7ab93371cbb905b6e948b22bf41cb77db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*-makefile-*-
# Copyright (C) 2021 by Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_TF_A) += host-tf-a

HOST_TF_A_MAKE_OPT = fiptool

$(STATEDIR)/host-tf-a.install:
	@$(call targetinfo)
	install -vD -m755 $(HOST_TF_A_DIR)/tools/fiptool/fiptool $(HOST_TF_A_PKGDIR)/bin/fiptool
	@$(call touch)

# vim: syntax=make