diff options
| author | Masahiro Yamada <[email protected]> | 2015-07-26 03:40:35 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-07-27 15:03:13 -0400 |
| commit | 9c5748775228f6648a99d1e28acef92012fa031e (patch) | |
| tree | 544f9678ccf6faeb2ef5b463706c29d536cf826c /tools/Makefile | |
| parent | b38ecd6fbe19602218518f6c7560e8814210e57c (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 <[email protected]>
Cc: Pantelis Antoniou <[email protected]>
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 db55bcfab19..f673258bad5 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)/%,%,$@)>" >$@ |
