# All code in this directory and various hooks inserted throughout the kernel
# are copyright Brad Spengler, and released under the GPL v2 or higher

obj-y = grsec_fifo.o grsec_sock.o grsec_sysctl.o grsec_link.o

obj-$(CONFIG_GRKERNSEC) += grsec_init.o

ifndef CONFIG_GRKERNSEC
obj-y += grsec_disabled.o
endif

