commit | d9f78edfd81b9e484423534360350ef7253cc888 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Aug 06 19:03:21 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Aug 10 01:45:31 2019 +0900 |
tree | 6e30db618bb1e5aa190c3aa1b514e8fb6b8cf056 | |
parent | 47801c97deb71b9e279c15a02a44cf00aa11e7d9 [diff] |
kbuild: fix false-positive need-builtin calculation The current implementation of need-builtin is false-positive, for example, in the following Makefile: obj-m := foo/ obj-y := foo/bar/ ..., where foo/built-in.a is not required. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>