]> git.sur5r.net Git - u-boot/blobdiff - board/atmel/at91cap9adk/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot
[u-boot] / board / atmel / at91cap9adk / Makefile
index e33af76c0250173004561be780a0a03c4f1081c6..2d2ff2cbb9701a7735a18134101046ddf54d2338 100644 (file)
@@ -2,6 +2,10 @@
 # (C) Copyright 2003-2008
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
+# (C) Copyright 2008
+# Stelian Pop <stelian.pop@leadtechdesign.com>
+# Lead Tech Design <www.leadtechdesign.com>
+#
 # See file CREDITS for list of people who contributed to this
 # project.
 #
@@ -41,7 +45,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################