]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/Makefile
codingstyle cleanup for spi driver
[u-boot] / drivers / spi / Makefile
index 6b3898b04ad59e6e60ad37981610cf9f6bb221e9..0b7a2dfd3b24adc193ccf7ed1679a459a4426980 100644 (file)
 
 include $(TOPDIR)/config.mk
 
-LIB    := $(obj)libspi.a
+LIB    := $(obj)libspi.a
 
 COBJS-y += mpc8xxx_spi.o
 
 COBJS  := $(COBJS-y)
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
+SRCS   := $(COBJS:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS))
 
 all:   $(LIB)