mtd/drivers/mtd/devices GNUmakefile,1.4,1.5
David Woodhouse
dwmw2 at infradead.org
Fri May 16 12:03:00 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv24802/drivers/mtd/devices
Modified Files:
GNUmakefile
Log Message:
PMC551 only if PCI
Index: GNUmakefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/GNUmakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GNUmakefile 23 Jun 2001 19:34:05 -0000 1.4
+++ GNUmakefile 16 May 2003 16:02:57 -0000 1.5
@@ -9,7 +9,7 @@
CONFIG_MTD_DOC2001 := m
CONFIG_MTD_DOCPROBE := m
CONFIG_MTD_SLRAM := m
-CONFIG_MTD_PMC551 := m
+CONFIG_MTD_PMC551 := $(CONFIG_PCI)
CONFIG_MTD_MTDRAM := m
CFLAGS_mtdram.o := -DCONFIG_MTDRAM_TOTAL_SIZE=4096 -DCONFIG_MTDRAM_ERASE_SIZE=128
More information about the linux-mtd-cvs
mailing list