Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
16
security/keys/Makefile
Normal file
16
security/keys/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Makefile for key management
|
||||
#
|
||||
|
||||
obj-y := \
|
||||
key.o \
|
||||
keyring.o \
|
||||
keyctl.o \
|
||||
permission.o \
|
||||
process_keys.o \
|
||||
request_key.o \
|
||||
request_key_auth.o \
|
||||
user_defined.o
|
||||
|
||||
obj-$(CONFIG_KEYS_COMPAT) += compat.o
|
||||
obj-$(CONFIG_PROC_FS) += proc.o
|
||||
Reference in New Issue
Block a user