]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/block/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / drivers / block / Makefile
index dca3547919e6fe9227bc347d483927f9b5aa475f..5f1298dcdc4039de2d93263cad35d8a6bd1b0d10 100644 (file)
@@ -23,7 +23,7 @@
 
 include $(TOPDIR)/config.mk
 
-LIB    := $(obj)libblock.a
+LIB    := $(obj)libblock.a
 
 COBJS-y += ahci.o
 COBJS-y += ata_piix.o
@@ -34,8 +34,8 @@ COBJS-y += sym53c8xx.o
 COBJS-y += systemace.o
 
 COBJS  := $(COBJS-y)
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
+SRCS   := $(COBJS:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS))
 
 all:   $(LIB)