[Yaffs] [PATCH 1/3] Add the CONFIG_YAFFS_DEFINES_TYPES defin…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: tristan
Date:  
To: yaffs
CC: Tristan Lelong
Subject: [Yaffs] [PATCH 1/3] Add the CONFIG_YAFFS_DEFINES_TYPES define for default build
From: Tristan Lelong <>

Signed-off-by: Tristan Lelong <>
---

I think this is required on most systems to be able to build utils.

 utils/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/utils/Makefile b/utils/Makefile
index 710ebbf..e5e02b4 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -16,7 +16,7 @@

#KERNELDIR = /usr/src/kernel-headers-2.4.18

-CFLAGS =    -O2 -Wall -DCONFIG_YAFFS_UTIL
+CFLAGS =    -O2 -Wall -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES
 CFLAGS+=   -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
 CFLAGS+=   -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline


--
618FE3EF