diff options
Diffstat (limited to 'board/xilinx/ppc440-generic')
| -rw-r--r-- | board/xilinx/ppc440-generic/Makefile | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/board/xilinx/ppc440-generic/Makefile b/board/xilinx/ppc440-generic/Makefile index ed2cf9f43..5d2848dcf 100644 --- a/board/xilinx/ppc440-generic/Makefile +++ b/board/xilinx/ppc440-generic/Makefile @@ -42,12 +42,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 .depend -  #########################################################################  # defines $(obj).depend target |