repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
S3C: Backported the s3c2410 touchscreen from openmoko
[linux-2.6/mini2440.git]
/
security
/
keys
/
Makefile
blob
747a464943aff0ada556e903fa6750fc7b670b60
1
#
2
# Makefile for key management
3
#
4
5
obj-y
:=
\
6
key.o \
7
keyring.o \
8
keyctl.o \
9
permission.o \
10
process_keys.o \
11
request_key.o \
12
request_key_auth.o \
13
user_defined.o
14
15
obj-
$(
CONFIG_KEYS_COMPAT
) +=
compat.o
16
obj-
$(
CONFIG_PROC_FS
) +=
proc.o
17
obj-
$(
CONFIG_SYSCTL
) +=
sysctl.o