summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-26 03:40:35 +0900
committerTom Rini <trini@konsulko.com>2015-07-27 15:03:13 -0400
commit9c5748775228f6648a99d1e28acef92012fa031e (patch)
tree544f9678ccf6faeb2ef5b463706c29d536cf826c /tools/Makefile
parentb38ecd6fbe19602218518f6c7560e8814210e57c (diff)
tools: remove mpc86x_clk tool
This is commented out in the Makefile for more than 10 years. I assume it is proof that this tool is unused. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Pantelis Antoniou <panto@intracom.gr>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index db55bcfab1..f673258bad 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -167,10 +167,6 @@ HOSTCFLAGS_md5.o := -pedantic
HOSTCFLAGS_sha1.o := -pedantic
HOSTCFLAGS_sha256.o := -pedantic
-# Don't build by default
-#hostprogs-$(CONFIG_PPC) += mpc86x_clk
-#HOSTCFLAGS_mpc86x_clk.o := -pedantic
-
quiet_cmd_wrap = WRAP $@
cmd_wrap = echo "\#include <../$(patsubst $(obj)/%,%,$@)>" >$@