diff options
Diffstat (limited to 'board/mx1fs2/Makefile')
-rw-r--r-- | board/mx1fs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mx1fs2/Makefile b/board/mx1fs2/Makefile index 516a8b9..f81f7ac 100644 --- a/board/mx1fs2/Makefile +++ b/board/mx1fs2/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 ######################################################################### |