]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: unify vmlinux-dirs and module-dirs rules
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 10 Aug 2019 15:53:04 +0000 (00:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 12:05:21 +0000 (21:05 +0900)
commitc99f3918cf0a64b99ac145591c7984891c64baa4
tree0a48e71d18c978fd999522fef819ff49769cc70f
parent2042b5486bd311db67b85915ee6291905b72e270
kbuild: unify vmlinux-dirs and module-dirs rules

The in-kernel build and external module build have similar code
for descending into sub-directories.

Factor out the code into the common place.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile