]> git.baikalelectronics.ru Git - kernel.git/commit
integrity: remove pointless subdir-$(CONFIG_...)
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Jul 2019 02:10:55 +0000 (11:10 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Oct 2019 06:29:49 +0000 (15:29 +0900)
commit63edb8773641ea48a3fabaf07f1d65dd52f46858
tree44f7e274ce640514b43173f63770f02c3e23da18
parent213cc42d89c0d220435ffd4297b73af0b8776173
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 <yamada.masahiro@socionext.com>
security/integrity/Makefile