summaryrefslogtreecommitdiff
path: root/cpu/sh2/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-12-13 00:26:19 +0100
committerWolfgang Denk <wd@denx.de>2008-12-13 00:26:19 +0100
commitf6704e49d6221fa650434e75faa5a3e2d7002f1b (patch)
treeea8c82808cf1bb8397d41b0c293c318d90c3cf9e /cpu/sh2/Makefile
parent8e9c63b40059e81b870685b54d99589152c5b750 (diff)
parentd8bbc51c7ba9b737a20984333d19fe28a3526431 (diff)
downloadu-boot-imx-f6704e49d6221fa650434e75faa5a3e2d7002f1b.zip
u-boot-imx-f6704e49d6221fa650434e75faa5a3e2d7002f1b.tar.gz
u-boot-imx-f6704e49d6221fa650434e75faa5a3e2d7002f1b.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'cpu/sh2/Makefile')
-rw-r--r--cpu/sh2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh2/Makefile b/cpu/sh2/Makefile
index 50f6720..e33ba0f 100644
--- a/cpu/sh2/Makefile
+++ b/cpu/sh2/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
START = start.o
-OBJS = cpu.o interrupts.o watchdog.o time.o # cache.o
+OBJS = cpu.o interrupts.o watchdog.o
all: .depend $(START) $(LIB)