Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information