Skip to content
Snippets Groups Projects
Commit 7a8beb7a authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

integrity: remove pointless subdir-$(CONFIG_...)


The ima/ and evm/ sub-directories contain built-in objects, so
obj-$(CONFIG_...) is the correct way to descend into them.

subdir-$(CONFIG_...) is redundant.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 6b190d3c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,5 @@ integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
platform_certs/load_uefi.o
integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
subdir-$(CONFIG_IMA) += ima
obj-$(CONFIG_IMA) += ima/
subdir-$(CONFIG_EVM) += evm
obj-$(CONFIG_EVM) += evm/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment