]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_arm/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / lib_arm / Makefile
index 12a8748d1c389790cb75b10a1d3ee28252194ed1..c8795b2314066353dfb0f655d57a1396e6cdf880 100644 (file)
@@ -38,7 +38,7 @@ COBJS-y       += cache.o
 COBJS-y        += div0.o
 COBJS-y        += interrupts.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)