]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand_legacy/Makefile
Big white-space cleanup.
[karo-tx-uboot.git] / drivers / mtd / nand_legacy / Makefile
index 95314d80bab99057aa85752dcaa86164d7fa26db..4e29c36e7046646ad03492201dd72f8a4a093d33 100644 (file)
 
 include $(TOPDIR)/config.mk
 
-LIB    := $(obj)libnand_legacy.a
+LIB    := $(obj)libnand_legacy.a
 
-COBJS  := nand_legacy.o
+COBJS  := nand_legacy.o
 
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
+SRCS   := $(COBJS:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS))
 
 all:   $(LIB)