]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/ks8695/Makefile
sh: Move cpu/$CPU to arch/sh/cpu/$CPU
[u-boot] / cpu / arm920t / ks8695 / Makefile
index 7db9473524a208c04d838c2d9c561ab374656984..f53fdc2b2511f695c7aa26017401e83f0f1133fb 100644 (file)
@@ -25,9 +25,10 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).a
 
-COBJS  = interrupts.o serial.o
 SOBJS  = lowlevel_init.o
 
+COBJS  = timer.o
+
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))