diff options
Diffstat (limited to 'board/prodrive/p3mx')
| -rw-r--r-- | board/prodrive/p3mx/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/prodrive/p3mx/Makefile b/board/prodrive/p3mx/Makefile index a560a0b03..8456df363 100644 --- a/board/prodrive/p3mx/Makefile +++ b/board/prodrive/p3mx/Makefile @@ -43,7 +43,7 @@ clean:  	rm -f $(SOBJS) $(OBJS)  distclean:	clean -	rm -f $(LIB) core *.bak $(obj).depend *~ +	rm -f $(LIB) core *.bak $(obj).depend  ######################################################################### |