You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
202 B
15 lines
202 B
20 years ago
|
#
|
||
|
# Makefile for key management
|
||
|
#
|
||
|
|
||
|
obj-y := \
|
||
|
key.o \
|
||
|
keyring.o \
|
||
|
keyctl.o \
|
||
|
process_keys.o \
|
||
|
user_defined.o \
|
||
|
request_key.o
|
||
|
|
||
|
obj-$(CONFIG_KEYS_COMPAT) += compat.o
|
||
|
obj-$(CONFIG_PROC_FS) += proc.o
|