mm, oom: do not schedule if current has been killed
[deliverable/linux.git] / security / keys / Makefile
1 #
2 # Makefile for key management
3 #
4
5 #
6 # Core
7 #
8 obj-y := \
9 gc.o \
10 key.o \
11 keyring.o \
12 keyctl.o \
13 permission.o \
14 process_keys.o \
15 request_key.o \
16 request_key_auth.o \
17 user_defined.o
18 obj-$(CONFIG_KEYS_COMPAT) += compat.o
19 obj-$(CONFIG_PROC_FS) += proc.o
20 obj-$(CONFIG_SYSCTL) += sysctl.o
21
22 #
23 # Key types
24 #
25 obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
26 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/
This page took 0.03007 seconds and 5 git commands to generate.