diff options
Diffstat (limited to 'board/pcs440ep')
| -rw-r--r-- | board/pcs440ep/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/board/pcs440ep/Makefile b/board/pcs440ep/Makefile index 8708834b1..bf4d3e86e 100644 --- a/board/pcs440ep/Makefile +++ b/board/pcs440ep/Makefile @@ -35,12 +35,6 @@ SOBJS	:= $(addprefix $(obj),$(SOBJS))  $(LIB):	$(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 |