Cleanup out-or-tree building for some boards (.depend)
[oweals/u-boot.git] / board / sbc8560 / Makefile
index 4b2a9f61bcafcee24f5c31a677389fbb9488245a..bb96d95a3a061f707bd3f8837cd2cdc6af5a0aec 100644 (file)
@@ -41,7 +41,7 @@ clean:
        rm -f $(OBJS) $(SOBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################