yaffs: Fix incorrect incrementing in summary writing.
[yaffs2.git] / mtdemul / Makefile
index fe03b478d280da20d043ab8102d0b8f79f398bf7..eeac54e0403d8c11605b0e3121d032c9233a7423 100644 (file)
@@ -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