mtd/drivers/mtd GNUmakefile,1.12,1.13

David Woodhouse dwmw2 at infradead.org
Wed May 14 11:05:44 EDT 2003


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

Modified Files:
	GNUmakefile 
Log Message:
Make support for non-linear mappings conditional

Index: GNUmakefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/GNUmakefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- GNUmakefile	13 Sep 2002 14:13:14 -0000	1.12
+++ GNUmakefile	14 May 2003 15:05:11 -0000	1.13
@@ -5,9 +5,13 @@
 ifndef VERSION
 
 # Someone just typed 'make'
+CONFIG_MTD_COMPLEX_MAPPINGS := y
+EXTRA_CFLAGS += -DCONFIG_MTD_COMPLEX_MAPPINGS=1
+
+export CONFIG_MTD_COMPLEX_MAPPINGS EXTRA_CFLAGS
 
 modules:
-	make -C $(LINUXDIR) SUBDIRS=`pwd` modules
+	make -C $(LINUXDIR) SUBDIRS=`pwd` EXTRA_CFLAGS=-DCONFIG_MTD_COMPLEX_MAPPINGS=1 modules
 
 dep:
 	make -C $(LINUXDIR) SUBDIRS=`pwd` dep




More information about the linux-mtd-cvs mailing list