mtd/drivers/mtd/maps Makefile,1.41,1.42
David Woodhouse
dwmw2 at infradead.org
Fri May 16 20:00:15 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv12420
Modified Files:
Makefile
Log Message:
fix map_funcs rule
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Makefile 14 May 2003 15:05:14 -0000 1.41
+++ Makefile 17 May 2003 00:00:12 -0000 1.42
@@ -12,7 +12,7 @@
export-objs := map_funcs.o
ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y)
-obj-m += map_funcs.o
+obj-$(CONFIG_MTD) += map_funcs.o
endif
# Chip mappings
More information about the linux-mtd-cvs
mailing list