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