repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TG3]: Set minimal hw interrupt mitigation.
[linux-2.6/verdex.git]
/
security
/
keys
/
Makefile
blob
ddb495d65062e819c20af5c5bfd51c86c4eda2ab
1
#
2
# Makefile for key management
3
#
4
5
obj-y
:=
\
6
key.o \
7
keyring.o \
8
keyctl.o \
9
process_keys.o \
10
user_defined.o \
11
request_key.o
12
13
obj-
$(
CONFIG_KEYS_COMPAT
) +=
compat.o
14
obj-
$(
CONFIG_PROC_FS
) +=
proc.o