projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b190d3
)
integrity: remove pointless subdir-$(CONFIG_...)
author
Masahiro Yamada
<
[email protected]
>
Fri, 26 Jul 2019 02:10:55 +0000
(11:10 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 5 Oct 2019 06:29:49 +0000
(15:29 +0900)
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]
>
security/integrity/Makefile
patch
|
blob
|
history
diff --git
a/security/integrity/Makefile
b/security/integrity/Makefile
index b6d6273a4176fec9d04556353ed8e3eae0ec71ff..35e6ca773734605ec07d793cc5ac6f6b344e9ab4 100644
(file)
--- a/
security/integrity/Makefile
+++ b/
security/integrity/Makefile
@@
-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/