diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-26 03:40:35 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:03:13 -0400 |
commit | 9c5748775228f6648a99d1e28acef92012fa031e (patch) | |
tree | 544f9678ccf6faeb2ef5b463706c29d536cf826c /tools/Makefile | |
parent | b38ecd6fbe19602218518f6c7560e8814210e57c (diff) | |
download | u-boot-imx-9c5748775228f6648a99d1e28acef92012fa031e.zip u-boot-imx-9c5748775228f6648a99d1e28acef92012fa031e.tar.gz u-boot-imx-9c5748775228f6648a99d1e28acef92012fa031e.tar.bz2 |
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/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile index db55bcf..f673258 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)/%,%,$@)>" >$@ |