*** empty log message ***
[yaffs/.git] / Makefile
index e748baa4e8af101a6ce3e5ad34603d8b97ec854e..9b084cbde6b8aebe312c7507f3632d6f228361fe 100644 (file)
--- a/Makefile
+++ b/Makefile
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
 #
-# $Id: Makefile,v 1.12 2003-08-20 03:53:39 charles Exp $
+# $Id: Makefile,v 1.13 2004-10-20 20:12:43 charles Exp $
 #
 
 ## Change or override  KERNELDIR to your kernel
 ## comment out USE_xxxx if you don't want these features.
 
-KERNELDIR = /usr/src/kernel-headers-2.4.18
+KERNELDIR = /opt/2.4.27/linux-2.4.27/
 
 ## Change if you are using a cross-compiler
 MAKETOOLS = 
@@ -108,7 +108,7 @@ YAFFS_CONFIGS = $(USE_RAM_FOR_TEST) $(USE_MTD) $(USE_GENERIC_RW) $(USE_HEADER_FI
                 $(ENABLE_SHORT_NAMES_IN_RAM) $(USE_NANDECC) $(USE_OLD_MTD) $(USE_WRONGECC)
 
 
-CFLAGS = -D__KERNEL__ -DMODULE $(YAFFS_CONFIGS)  -I$(KERNELDIR)/include -O2 -Wall
+CFLAGS = -D__KERNEL__ -DMODULE  $(YAFFS_CONFIGS)  -I $(KERNELDIR)/include -O2 -Wall
 
 
 OBJS = yaffs_fs.o yaffs_guts.o yaffs_ramem.o yaffs_mtdif.o yaffs_ecc.o