repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP2 McSPI code cleanup
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
security
/
keys
/
Makefile
blob
5145adfb6a05cabec8864b81ee7c5f692dbf03cd
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