aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-03-04 09:27:19 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-03-04 12:02:44 -0500
commit9250d20e9ecedab6aa331a127fbfc1272383ed72 (patch)
treea92c4a5f5603f4e6c18d3e997ed2ceb8a4d09795
parentb89f25ea78920680199b79f80d296c89997deb9d (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>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ade87096341c..cfb49aa41eff 100644
--- a/Makefile
+++ b/Makefile
@@ -477,9 +477,6 @@ scripts_basic:
477 $(Q)$(MAKE) $(build)=scripts/basic 477 $(Q)$(MAKE) $(build)=scripts/basic
478 $(Q)rm -f .tmp_quiet_recordmcount 478 $(Q)rm -f .tmp_quiet_recordmcount
479 479
480# To avoid any implicit rule to kick in, define an empty command.
481scripts/basic/%: scripts_basic ;
482
483PHONY += outputmakefile 480PHONY += outputmakefile
484# outputmakefile generates a Makefile in the output directory, if using a 481# outputmakefile generates a Makefile in the output directory, if using a
485# separate output directory. This allows convenient use of make in the 482# separate output directory. This allows convenient use of make in the