]> git.sur5r.net Git - u-boot/blobdiff - cpu/sh4/Makefile
at91sam9261ek.c: fix minor coding style issue.
[u-boot] / cpu / sh4 / Makefile
index e38e04f29e0dc6ef95fbda05b09d35b21851df22..3c96a49311f0471131d20a4b4a44186f4e34b5d7 100644 (file)
@@ -29,7 +29,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))