]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_blackfin/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / lib_blackfin / Makefile
index 36171048acb35815fa5454c5f47e4fa72e518515..3f69770d678fd15bdb4be0f96091a4640b89d3bd 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)