mtd/fs/jffs2 Makefile,1.39,1.40

David Woodhouse dwmw2 at infradead.org
Wed Jul 2 06:44:09 EDT 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv8981/fs/jffs2

Modified Files:
	Makefile 
Log Message:
fix out-of-tree build

Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Makefile	27 May 2003 09:34:41 -0000	1.39
+++ Makefile	2 Jul 2003 10:44:07 -0000	1.40
@@ -3,6 +3,7 @@
 #
 # $Id$
 
+ifndef CONFIG_MTD
 include $(mtd)/defconfig
 
 # This must be first in the include path, so it goes in $(CC) rather
@@ -14,5 +15,5 @@
 ifdef NONAND
 EXTRA_CFLAGS += -DNONAND
 endif
-
+endif
 include $(obj)/Makefile.common




More information about the linux-mtd-cvs mailing list