summaryrefslogtreecommitdiffstats
path: root/rules/code-signing.make
blob: db1c5ab884af9d0fe657eeb02e8255dd43f92fb6 (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)),)
$(error PTXCONF_CODE_SIGNING_PROVIDER must be set correctly)
endif
endif