]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_mips/Makefile
Big white-space cleanup.
[people/ms/u-boot.git] / lib_mips / Makefile
index 799eaf2658ff9137f0dd0daf7bb22fbb3674353f..817643795e49af55e117dd2a33b9a5dbb0784715 100644 (file)
@@ -31,7 +31,7 @@ COBJS-y       += board.o
 COBJS-y        += bootm.o
 COBJS-y        += time.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)