X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fatmel%2Fat91cap9adk%2FMakefile;h=2d2ff2cbb9701a7735a18134101046ddf54d2338;hb=794a5924972fc8073616e98a2668da4a5f9aea90;hp=6b4b4b035e4d127ce4653e85439ca16ee1835636;hpb=c3a60cb3bd67e120fc99b6ba88d9295c3c07f688;p=u-boot diff --git a/board/atmel/at91cap9adk/Makefile b/board/atmel/at91cap9adk/Makefile index 6b4b4b035e..2d2ff2cbb9 100644 --- a/board/atmel/at91cap9adk/Makefile +++ b/board/atmel/at91cap9adk/Makefile @@ -1,6 +1,10 @@ # # (C) Copyright 2003-2008 -# Wolfgang Denk, DENX Software Engineering, wd denx.de. +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2008 +# Stelian Pop +# Lead Tech Design # # 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 #########################################################################