]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/rules.mk
Big white-space cleanup.
[karo-tx-uboot.git] / post / rules.mk
index 94e72bec62a086a3703e132de753e1286237b05d..1efc9c7d97d76f8639a4af8c621786c0c4322e36 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 COBJS  := $(COBJS-y)
 AOBJS  := $(AOBJS-y)
-SRCS   := $(AOBJS:.o=.S) $(COBJS:.o=.c)
+SRCS   := $(AOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(AOBJS) $(COBJS))
 LIB    := $(obj)$(LIB)