ARM DaVinci: Changing function names for EMAC driver
[platform/kernel/u-boot.git] / lib_blackfin / Makefile
index 3617104..3f69770 100644 (file)
@@ -44,7 +44,7 @@ COBJS-y       += post.o
 COBJS-y        += string.o
 COBJS-y        += tests.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)