Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next
[platform/kernel/u-boot.git] / lib_arm / Makefile
index 12a8748..c8795b2 100644 (file)
@@ -38,7 +38,7 @@ COBJS-y       += cache.o
 COBJS-y        += div0.o
 COBJS-y        += interrupts.o
 
-SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
+SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
 
 $(LIB):        $(obj).depend $(OBJS)