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