X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fu-boot%2Ffs%2Fyaffs2%2FMakefile;h=d2ae2bf2b59336e0402dabcc41b87ad5d02040e1;hp=f33dbcfcb4377203e55ba60ec9619140259f6dd5;hb=9ee5d0643e559568dbe62215f76e0a7bd5a63d93;hpb=83d99930038ef56463b6551aff5aa4d8348ce240 diff --git a/direct/u-boot/fs/yaffs2/Makefile b/direct/u-boot/fs/yaffs2/Makefile index f33dbcf..d2ae2bf 100644 --- a/direct/u-boot/fs/yaffs2/Makefile +++ b/direct/u-boot/fs/yaffs2/Makefile @@ -16,7 +16,6 @@ # # $Id: Makefile,v 1.15 2007/07/18 19:40:38 charles Exp $ -#EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC include $(TOPDIR)/config.mk LIB = $(obj)libyaffs2.A_OR_O @@ -33,7 +32,7 @@ SRCS := $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) YCFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -YCFLAGS += -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE -DLINUX_VERSION_CODE=0x20622 +YCFLAGS += -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE YCFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES CFLAGS += $(YCFLAGS)