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