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