]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_nios/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / lib_nios / Makefile
index c41d981a3e6d4a7dba58d6ff372ac6fec511bb71..f66e9893ab5a8e656c7f9b3d53360c39232ef6c5 100644 (file)
@@ -34,7 +34,7 @@ COBJS-y       += divmod.o
 COBJS-y        += mult.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)