]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: use pattern rule for building built-in.a in sub-directories
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 18 Dec 2019 16:05:14 +0000 (01:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 6 Jan 2020 17:18:38 +0000 (02:18 +0900)
commitc422de84c0eac00d7c8d429007cc825916be9fb7
tree086ec5983a9c9ee8d4a70f033ac2e52d4a9170a2
parent3fe499d2f4e1a43b780b4c80619301c89289cc40
kbuild: use pattern rule for building built-in.a in sub-directories

The built-in.a in a sub-directory is created by descending into that
directory. It does not depend on the other sub-directories. Loosen
the dependency.

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