]> git.sur5r.net Git - u-boot/blobdiff - cpu/sh3/Makefile
Blackfin: update on-chip ROM API
[u-boot] / cpu / sh3 / Makefile
index a7eb1e22fa8e9566d59581e741decdeec7201936..35e8f51ab1540159727d1edef6ba0358f877237d 100644 (file)
@@ -32,7 +32,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 SOBJS  = start.o
-OBJS   = cpu.o interrupts.o watchdog.o time.o cache.o
+COBJS  = cpu.o interrupts.o watchdog.o cache.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))