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