]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/ks8695/Makefile
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / arm920t / ks8695 / Makefile
index 7db9473524a208c04d838c2d9c561ab374656984..f53fdc2b2511f695c7aa26017401e83f0f1133fb 100755 (executable)
@@ -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))