]> 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 6342435d92413c66e74ac1d561c29317c7e2bd1a..f53fdc2b2511f695c7aa26017401e83f0f1133fb 100644 (file)
@@ -25,16 +25,17 @@ 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))
 
 all:   $(obj).depend $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################