]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - libfdt/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / libfdt / Makefile
index d166cce7968feb9ba45a01dd166176e4771fbb05..ca2ad76c887f7c9d1d59ae8adb6fb04d5c0099a6 100644 (file)
@@ -30,7 +30,7 @@ SOBJS =
 COBJS-$(CONFIG_OF_LIBFDT) += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
 
 COBJS  := $(COBJS-y)
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
+SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)