diff options
Diffstat (limited to 'board/shannon/Makefile')
-rw-r--r-- | board/shannon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shannon/Makefile b/board/shannon/Makefile index 37774a90c4..16ed4cf413 100644 --- a/board/shannon/Makefile +++ b/board/shannon/Makefile @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### |