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