diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-08-22 12:32:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 11:46:30 -0400 |
commit | 44de15d6867c246e7a09ef061d3de56e1799a606 (patch) | |
tree | b1735871034e819f65b17753c1376eed58f6c43d /tools/easylogo/Makefile | |
parent | 9fcea65bca12775c599168641ec1ae15d088800b (diff) |
tools: remove easylogo and include/video_logo.h
include/video_logo.h once was created via the tool easylogo and than used
in cpu/mpc8xx/video.c to display Tux. video_logo.h has been replaced by
include/linux_logo.h and is not needed anymore.
Delete the include and the tool,
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'tools/easylogo/Makefile')
-rw-r--r-- | tools/easylogo/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/easylogo/Makefile b/tools/easylogo/Makefile deleted file mode 100644 index 9278837f58..0000000000 --- a/tools/easylogo/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ - -hostprogs-y := easylogo - -always := $(hostprogs-y) |