diff options
Diffstat (limited to 'arch/sh')
| -rw-r--r-- | arch/sh/cpu/sh2/Makefile | 6 | ||||
| -rw-r--r-- | arch/sh/cpu/sh3/Makefile | 6 | ||||
| -rw-r--r-- | arch/sh/cpu/sh4/Makefile | 6 | 
3 files changed, 0 insertions, 18 deletions
| diff --git a/arch/sh/cpu/sh2/Makefile b/arch/sh/cpu/sh2/Makefile index a36f0c3c3..e3cbe20c3 100644 --- a/arch/sh/cpu/sh2/Makefile +++ b/arch/sh/cpu/sh2/Makefile @@ -38,12 +38,6 @@ SOBJS   := $(addprefix $(obj),$(SOBJS))  $(LIB):	$(OBJS) $(SOBJS)  	$(call cmd_link_o_target, $(OBJS) $(SOBJS)) -clean: -	rm -f $(SOBJS) $(OBJS) - -distclean:	clean -	rm -f $(LIB) core *.bak $(obj).depend -  #########################################################################  # defines $(obj).depend target diff --git a/arch/sh/cpu/sh3/Makefile b/arch/sh/cpu/sh3/Makefile index d51b07c65..e08714e1b 100644 --- a/arch/sh/cpu/sh3/Makefile +++ b/arch/sh/cpu/sh3/Makefile @@ -41,12 +41,6 @@ SOBJS	:= $(addprefix $(obj),$(SOBJS))  $(LIB):	$(OBJS) $(SOBJS)  	$(call cmd_link_o_target, $(OBJS) $(SOBJS)) -clean: -	rm -f $(SOBJS) $(OBJS) - -distclean:	clean -	rm -f $(LIB) core *.bak $(obj).depend -  #########################################################################  # defines $(obj).depend target diff --git a/arch/sh/cpu/sh4/Makefile b/arch/sh/cpu/sh4/Makefile index ba84de39f..eec31b2bd 100644 --- a/arch/sh/cpu/sh4/Makefile +++ b/arch/sh/cpu/sh4/Makefile @@ -38,12 +38,6 @@ SOBJS	:= $(addprefix $(obj),$(SOBJS))  $(LIB):	$(OBJS) $(SOBJS)  	$(call cmd_link_o_target, $(OBJS) $(SOBJS)) -clean: -	rm -f $(SOBJS) $(OBJS) - -distclean:	clean -	rm -f $(LIB) core *.bak $(obj).depend -  #########################################################################  # defines $(obj).depend target |