# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the linux kernel signature checking certificates.
#

security_pubkey.o: internal_pkey.h

targets += internal_pkey.h
internal_pkey.h: $(shell $(srctree)/$(src)/gen_pkey.sh $(srctree)/$(src)/keys/security_pkey.pem $(srctree)/$(src)/internal_pkey.h)

obj-y += security_pubkey.o
