diff options
Diffstat (limited to 'board/total5200')
| -rw-r--r-- | board/total5200/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/board/total5200/Makefile b/board/total5200/Makefile index 066d9caab..f5984f76c 100644 --- a/board/total5200/Makefile +++ b/board/total5200/Makefile @@ -34,12 +34,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 |