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)
commit7a8beb7ad51551babd17331f3c0f58af25916f67
tree44f7e274ce640514b43173f63770f02c3e23da18
parent6b190d3ce0a693750517256ba67011a9fa04a12a
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