mtd/drivers/mtd/nand Makefile.common,1.1,1.2
David Woodhouse
dwmw2 at infradead.org
Wed May 28 07:38:57 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv29687
Modified Files:
Makefile.common
Log Message:
Clean up nand_ecc.o rule
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Makefile.common,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.common 21 May 2003 15:00:04 -0000 1.1
+++ Makefile.common 28 May 2003 11:38:54 -0000 1.2
@@ -8,10 +8,7 @@
export-objs := nand.o nand_ecc.o nand_ids.o
endif
-nandobjs-y := nand.o
-
-obj-$(CONFIG_MTD_NAND) += $(nandobjs-y)
-obj-$(CONFIG_MTD_NAND) += nand_ecc.o
+obj-$(CONFIG_MTD_NAND) += nand.o nand_ecc.o
obj-$(CONFIG_MTD_NAND_SPIA) += spia.o
obj-$(CONFIG_MTD_NAND_AUTCPU12) += autcpu12.o
obj-$(CONFIG_MTD_NAND_EDB7312) += edb7312.o
More information about the linux-mtd-cvs
mailing list