X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=mtdemul%2FMakefile;h=eeac54e0403d8c11605b0e3121d032c9233a7423;hp=2a2029c3a2d26cb08935943e6d1320d68e3250bc;hb=21b2dedaa32ab309f6d1daec966528b7586bd207;hpb=37fd9ec3587b5c4d497a7682522a9adfab682e51 diff --git a/mtdemul/Makefile b/mtdemul/Makefile index 2a2029c..eeac54e 100644 --- a/mtdemul/Makefile +++ b/mtdemul/Makefile @@ -1,7 +1,7 @@ #Makefile for NANDemul MTD # # NB this is not yet suitable for putting into the kernel tree. -# YAFFS: Yet another FFS. A NAND-flash specific file system. +# YAFFS: Yet another Flash File System. A NAND-flash specific file system. # # Copyright (C) 2002 Aleph One Ltd. # for Toby Churchill Ltd and Brightstar Engineering @@ -15,8 +15,9 @@ ## 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.27 +KERNELDIR = /opt/linux-source-2.6.24 +#CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall -g CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall -g