mtd/drivers/mtd Makefile,1.69,1.70
David Woodhouse
dwmw2 at infradead.org
Sun May 18 06:50:28 EDT 2003
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv23638
Modified Files:
Makefile
Log Message:
Don't clear obj-m
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Makefile,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- Makefile 17 May 2003 00:32:41 -0000 1.69
+++ Makefile 18 May 2003 10:50:25 -0000 1.70
@@ -35,7 +35,7 @@
# dwmw2 21/11/0
# Core functionality.
-obj-$(CONFIG_MTD) += mtdcore.o
+obj-$(CONFIG_MTD) += mtdcore.o mtd_blkdevs.o new_mtdblock.o
obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
obj-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
@@ -52,9 +52,6 @@
ifeq ($(BELOW25),y)
obj-y += chips/chipslink.o maps/mapslink.o \
devices/devlink.o nand/nandlink.o
-obj-m :=
-obj-n :=
-obj- :=
O_TARGET := mtdlink.o
More information about the linux-mtd-cvs
mailing list