mtd/drivers/mtd Makefile.inc,1.1,1.2

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


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

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

Index: Makefile.inc
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Makefile.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.inc	21 May 2003 15:00:00 -0000	1.1
+++ Makefile.inc	2 Jul 2003 10:44:07 -0000	1.2
@@ -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
@@ -15,4 +16,5 @@
 EXTRA_CFLAGS += -DSIMPLEMAP
 endif
 
-include $(obj)/Makefile.common
\ No newline at end of file
+endif
+include $(obj)/Makefile.common




More information about the linux-mtd-cvs mailing list