#
# Makefile for building the Kylin security execute contrl module as part of the kernel tree.
#

obj-$(CONFIG_SECURITY_KYSEC) := kysec_exectl.o

kysec_exectl-y := kysec.o kysecfs.o sm3.o htable.o netlink.o kysec_auth.o

ccflags-y += -Isecurity/kysec

