Commit 9250d20e authored by Masahiro Yamada's avatar Masahiro Yamada

kbuild: remove scripts/basic/% build target

This build rule was introduced by commit cd05e6bd ("[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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b89f25ea
......@@ -477,9 +477,6 @@ scripts_basic:
$(Q)$(MAKE) $(build)=scripts/basic
$(Q)rm -f .tmp_quiet_recordmcount
# To avoid any implicit rule to kick in, define an empty command.
scripts/basic/%: scripts_basic ;
PHONY += outputmakefile
# outputmakefile generates a Makefile in the output directory, if using a
# separate output directory. This allows convenient use of make in the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment