]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm1136/mx35/Makefile
Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm1136 / mx35 / Makefile
index 284cdc50d175cae7d7234afc4e45a49729125a71..f4ababbe5b1f20d5a12703161bfe74a5c86ee1e5 100644 (file)
@@ -30,6 +30,7 @@ LIB   = $(obj)lib$(SOC).o
 COBJS  += generic.o
 COBJS  += timer.o
 COBJS  += iomux.o
+COBJS  += mx35_sdram.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
@@ -39,8 +40,6 @@ all:  $(obj).depend $(LIB)
 $(LIB):        $(OBJS)
        $(call cmd_link_o_target, $(OBJS))
 
-$(OBJS) : $(TOPDIR)/include/asm/arch/asm-offsets.h
-
 
 #########################################################################