Must include <linux/smp.h> before <asm/processor.h>.
[linux-2.6/linux-mips.git] / security / Makefile
blob2ae9adb62861640416aae68b9f4928f4473768a4
2 # Makefile for the kernel security code
5 # if we don't select a security model, use the default capabilities
6 ifneq ($(CONFIG_SECURITY),y)
7 obj-y += capability.o
8 endif
10 # Object file lists
11 obj-$(CONFIG_SECURITY) += security.o dummy.o
12 obj-$(CONFIG_SECURITY_CAPABILITIES) += capability.o
13 obj-$(CONFIG_SECURITY_ROOTPLUG) += root_plug.o