sh: Move cpu/$CPU to arch/sh/cpu/$CPU
[oweals/u-boot.git] / cpu / arm1136 / omap24xx / Makefile
index f9afed72f66d668ee1c1f0054bfff0932ae94280..48dc7e3283371500b30d72fa95d2a7f08e105b9e 100644 (file)
@@ -25,8 +25,9 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).a
 
-COBJS  = interrupts.o
-SOBJS  = start.o
+SOBJS  = reset.o
+
+COBJS  = timer.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))