Skip to content

Commit 7a8beb7

Browse files
committed
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: Masahiro Yamada <[email protected]>
1 parent 6b190d3 commit 7a8beb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

security/integrity/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
1414
platform_certs/load_uefi.o
1515
integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
1616

17-
subdir-$(CONFIG_IMA) += ima
1817
obj-$(CONFIG_IMA) += ima/
19-
subdir-$(CONFIG_EVM) += evm
2018
obj-$(CONFIG_EVM) += evm/

0 commit comments

Comments
 (0)