git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
8 lines
185 B
Makefile
8 lines
185 B
Makefile
#
|
|
# Makefile for building the Extended Verification Module(EVM)
|
|
#
|
|
obj-$(CONFIG_EVM) += evm.o
|
|
|
|
evm-y := evm_main.o evm_crypto.o evm_secfs.o
|
|
evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o
|