]> git.sur5r.net Git - u-boot/blobdiff - board/imx31_phycore/Makefile
ppc44x: Unification of virtex5 pp440 boards
[u-boot] / board / imx31_phycore / Makefile
index de37ccaa89748b59e94646b9c6edb5924a3e1efc..5ed2b4bd9fee298f468f8ca304261c364801c09e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2000-2008
+# (C) Copyright 2000-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
@@ -7,12 +7,12 @@
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundatio; either version 2 of
+# published by the Free Software Foundation; either version 2 of
 # the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
@@ -39,7 +39,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################
 
@@ -47,3 +47,5 @@ distclean:    clean
 include $(SRCTREE)/rules.mk
 
 sinclude $(obj).depend
+
+#########################################################################