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