commit | 9250d20e9ecedab6aa331a127fbfc1272383ed72 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Mar 04 23:27:19 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 05 02:02:44 2019 +0900 |
tree | a92c4a5f5603f4e6c18d3e997ed2ceb8a4d09795 | |
parent | b89f25ea78920680199b79f80d296c89997deb9d [diff] |
kbuild: remove scripts/basic/% build target This build rule was introduced by commit cd05e6bdc600 ("[PATCH] kbuild: fix split-include dependency") to handle the dependency of scripts/basic/split-include. Now, fixdep is the only tool in scripts/basic/, and this rule is no longer used. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>