]> git.sur5r.net Git - u-boot/blobdiff - cpu/sh4/Makefile
at91sam9261ek.c: fix minor coding style issue.
[u-boot] / cpu / sh4 / Makefile
index d3c5eef6be205397b669d84f51fc85938e49c12f..3c96a49311f0471131d20a4b4a44186f4e34b5d7 100644 (file)
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 SOBJS  = start.o
-COBJS  = 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))