Skip to content

Commit

Permalink
integrity: remove pointless subdir-$(CONFIG_...)
Browse files Browse the repository at this point in the history
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 <yamada.masahiro@socionext.com>
  • Loading branch information
masahir0y committed Oct 5, 2019
1 parent 6b190d3 commit 7a8beb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions security/integrity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 7a8beb7

Please sign in to comment.