diff options
Diffstat (limited to 'fs/yaffs2')
| -rw-r--r-- | fs/yaffs2/Makefile | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/fs/yaffs2/Makefile b/fs/yaffs2/Makefile index 6c50c81ba..904d6466e 100644 --- a/fs/yaffs2/Makefile +++ b/fs/yaffs2/Makefile @@ -38,13 +38,6 @@ 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 |