# SPDX-License-Identifier: Proprietary
#
# Makefile for building the Parsec kernel side module as part of the kernel tree.
#

obj-$(CONFIG_SECURITY_PARSEC) := parsec_kernel.o

parsec_kernel-y := parsec_gost89.o parsec_digsig.o parsec_lsm.o parsec_load.o
parsec_kernel-y += parsec_helper.o

ccflags-y := -I$(srctree)/security/parsec -UCONFIG_SECURITY_PARSEC_DEBUG
