mtd/drivers/mtd/maps physmap64.c,NONE,1.1 Makefile,1.27,1.28

acurtis at onz.com acurtis at onz.com
Thu Sep 5 01:12:34 EDT 2002


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv25230

Modified Files:
	Makefile 
Added Files:
	physmap64.c 
Log Message:
Added 64-bit PHYSMAP support

***** Error reading new file: [Errno 2] No such file or directory: 'physmap64.c'
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile	8 Aug 2002 06:22:53 -0000	1.27
+++ Makefile	5 Sep 2002 05:12:32 -0000	1.28
@@ -22,7 +22,13 @@
 obj-$(CONFIG_MTD_MBX860)	+= mbx860.o
 obj-$(CONFIG_MTD_NORA)		+= nora.o
 obj-$(CONFIG_MTD_OCTAGON)	+= octagon-5066.o
-obj-$(CONFIG_MTD_PHYSMAP)	+= physmap.o 
+ifneq ($(CONFIG_MTD_PHYSMAP),n)
+  ifeq ($(CONFIG_MTD_PHYSMAP_BUSWIDTH),8)
+    obj-$(CONFIG_MTD_PHYSMAP)	+= physmap64.o 
+  else
+    obj-$(CONFIG_MTD_PHYSMAP)	+= physmap.o 
+  endif
+endif
 obj-$(CONFIG_MTD_PNC2000)	+= pnc2000.o
 obj-$(CONFIG_MTD_RPXLITE)	+= rpxlite.o
 obj-$(CONFIG_MTD_TQM8XXL)	+= tqm8xxl.o





More information about the linux-mtd-cvs mailing list