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