7 lines
188 B
Makefile
7 lines
188 B
Makefile
|
#
|
||
|
# Makefile for DEK and DLP modules
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SDP) += dek.o dek_aes.o sdp_mm.o pub_crypto_emul.o dek_sysfs.o cache_cleanup.o kek_pack.o fs_handler.o
|
||
|
obj-$(CONFIG_DLP) += sdp_dlp.o
|