]> git.sur5r.net Git - u-boot/blobdiff - lib_generic/Makefile
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[u-boot] / lib_generic / Makefile
index abee19a2bb29de5fa45b8bf3bfaa23a493b25807..dca3a6cbdc6122900588f6521d27bebe2e0cbd23 100644 (file)
@@ -43,7 +43,7 @@ COBJS-y += vsprintf.o
 COBJS-y += zlib.o
 
 COBJS  := $(COBJS-y)
-SRCS   := $(COBJS:.o=.c)
+SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)