diff options
Diffstat (limited to 'board/icecube')
| -rw-r--r-- | board/icecube/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/board/icecube/Makefile b/board/icecube/Makefile index d45db9ff8..db84c41db 100644 --- a/board/icecube/Makefile +++ b/board/icecube/Makefile @@ -35,12 +35,6 @@ SOBJS	:= $(addprefix $(obj),$(SOBJS))  $(LIB):	$(obj).depend $(OBJS)  	$(call cmd_link_o_target, $(OBJS)) -clean: -	rm -f $(SOBJS) $(OBJS) - -distclean:	clean -	rm -f $(LIB) core *.bak $(obj).depend -  #########################################################################  # defines $(obj).depend target |