aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh3/Makefile
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-11-28 00:15:15 +0200
committerTom Rini <trini@konsulko.com>2016-12-02 21:32:40 -0500
commitdad2b3005e8f9f20ecc723544ceb042943047818 (patch)
treec746aa89842c9a908abb2c8b680d05346a3532ef /arch/sh/cpu/sh3/Makefile
parent0f62bf633f287b8e9af1384d0ef1857fc5e8363e (diff)
downloadu-boot-dad2b3005e8f9f20ecc723544ceb042943047818.zip
u-boot-dad2b3005e8f9f20ecc723544ceb042943047818.tar.gz
u-boot-dad2b3005e8f9f20ecc723544ceb042943047818.tar.bz2
sh3: remove unused cache.c file from being built
The change is similar to commit 994b56616bae ("sh: delete an unused source file") for SH2, however here the removed cache.c file was built and included into an image as a dead code. If it is needed in future the contents can be reused from a similar arch/sh/cpu/sh4/cache.c file, which is in turn will be moved to a shared among all core flavours location at arch/sh/lib/cache.c. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sh/cpu/sh3/Makefile')
-rw-r--r--arch/sh/cpu/sh3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/sh3/Makefile b/arch/sh/cpu/sh3/Makefile
index 1dccaf9..85917b9 100644
--- a/arch/sh/cpu/sh3/Makefile
+++ b/arch/sh/cpu/sh3/Makefile
@@ -12,4 +12,4 @@
#
extra-y = start.o
-obj-y = cpu.o interrupts.o watchdog.o cache.o
+obj-y = cpu.o interrupts.o watchdog.o