summaryrefslogtreecommitdiffstats
path: root/rules/code-signing.make
blob: d79f893c171ec57fa98365122c36b6443d538b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-makefile-*-
#
# Copyright (C) 2020 by Bastian Krause <bst@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

ifdef PTXCONF_CODE_SIGNING
ifeq ($(call remove_quotes,$(PTXCONF_CODE_SIGNING_PROVIDER)),)
$(call ptx/error, PTXCONF_CODE_SIGNING_PROVIDER must be set correctly)
endif
endif