projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream
[platform/adaptation/renesas_rcar/renesas_kernel.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/