X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=mtdemul%2FMakefile;h=8abe3b124ea579e4df6c820093b0e9a78bbf3397;hp=fe03b478d280da20d043ab8102d0b8f79f398bf7;hb=4933c6307c89c1b03a6c45b6de5a57d094eb15f9;hpb=4e2762fe2c79da366785c4fc9cf49d7353197a39 diff --git a/mtdemul/Makefile b/mtdemul/Makefile index fe03b47..8abe3b1 100644 --- a/mtdemul/Makefile +++ b/mtdemul/Makefile @@ -3,8 +3,7 @@ # NB this is not yet suitable for putting into the kernel tree. # 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 +# Copyright (C) 2002-2018 Aleph One Ltd. # # Created by Charles Manning # @@ -15,8 +14,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