kbuild: always create directories of targets
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 1 Jul 2020 03:29:51 +0000 (12:29 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 9 Aug 2020 16:32:58 +0000 (01:32 +0900)
commitcc8a51ca6f05ade72f7dd2624bc5f9b948e216fc
tree87cc6bb268ac8250d9d51f35771be114660a3346
parent1bca544050e596f04e4fd3e23b87cde85282a931
kbuild: always create directories of targets

Currently, the directories of objects are automatically created
only for O= builds.

It should not hurt to cater to this for in-tree builds too.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.build