]> git.sur5r.net Git - u-boot/blobdiff - fs/yaffs2/Makefile
spl, nand: add 4bit HW ecc oob first nand_read_page function
[u-boot] / fs / yaffs2 / Makefile
index 7753cfcf3737d9bc95758bcd6592f076591ffc4b..904d6466ea6ca5c20f6bdee627eca484ca67d49f 100644 (file)
@@ -31,20 +31,13 @@ SRCS    := $(COBJS-y:.o=.c)
 OBJS    := $(addprefix $(obj),$(COBJS-y))
 
 # -DCONFIG_YAFFS_NO_YAFFS1
-CFLAGS +=    -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE -DLINUX_VERSION_CODE=0x20622
+CFLAGS +=    -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -DLINUX_VERSION_CODE=0x20622
 
 all:  $(LIB)
 
 $(LIB): $(obj).depend $(OBJS)
        $(call cmd_link_o_target, $(OBJS))
 
-.PHONY: clean distclean
-clean:
-       rm -f $(OBJS)
-
-distclean:  clean
-       rm -f $(LIB) core *.bak .depend
-
 #########################################################################
 
 # defines $(obj).depend target