]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_nios2/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / lib_nios2 / Makefile
index 717aa9bfbe47813d0d8f815ef64735b15db98f36..b69bc38850e363ad660d0d3b5bd1e5b720014905 100644 (file)
@@ -33,7 +33,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)