mtd/drivers/mtd/maps Makefile,1.44,1.45

David Woodhouse dwmw2 at infradead.org
Wed May 28 09:37:32 EDT 2003


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

Modified Files:
	Makefile 
Log Message:
-Wno-error for pcmciamtd.o


Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- Makefile	21 May 2003 15:00:03 -0000	1.44
+++ Makefile	28 May 2003 13:37:29 -0000	1.45
@@ -3,6 +3,8 @@
 #
 # $Id$
 
+CFLAGS_pcmciamtd.o := -Wno-error
+
 # Munge the kernel build environment to suit our needs....
 include $(mtd)/Makefile.inc
 




More information about the linux-mtd-cvs mailing list