]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/misc/Makefile
Big white-space cleanup.
[people/ms/u-boot.git] / drivers / misc / Makefile
index 67521720e7440ce62723d6d3afd176c753e1d899..fe8d3d87e96efd02cc61712e116d67974fa1a437 100644 (file)
@@ -23,7 +23,7 @@
 
 include $(TOPDIR)/config.mk
 
-LIB    := $(obj)libmisc.a
+LIB    := $(obj)libmisc.a
 
 COBJS-y += ali512x.o
 COBJS-y += ns87308.o
@@ -31,8 +31,8 @@ COBJS-y += status_led.o
 COBJS-$(CONFIG_FSL_LAW) += fsl_law.o
 
 COBJS  := $(COBJS-y)
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
+SRCS   := $(COBJS:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS))
 
 all:   $(LIB)