summaryrefslogtreecommitdiff
path: root/tools/easylogo/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-08-22 12:32:42 +0200
committerTom Rini <trini@konsulko.com>2019-08-26 11:46:30 -0400
commit44de15d6867c246e7a09ef061d3de56e1799a606 (patch)
treeb1735871034e819f65b17753c1376eed58f6c43d /tools/easylogo/Makefile
parent9fcea65bca12775c599168641ec1ae15d088800b (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/Makefile5
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)