]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove scripts/basic/% build target
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Mar 2019 14:27:19 +0000 (23:27 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Mar 2019 17:02:44 +0000 (02:02 +0900)
commit7254a4f8be744b280047d1b99d9c78c0b632d138
treea92c4a5f5603f4e6c18d3e997ed2ceb8a4d09795
parent80fc8c715f2ad5f33cc69bdd2f01c03af7e0bad4
kbuild: remove scripts/basic/% build target

This build rule was introduced by commit 0f0361ba8128 ("[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>
Makefile