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