From: Wolfgang Denk Date: Mon, 7 Sep 2009 21:52:31 +0000 (+0200) Subject: Remove "atmel_df_pow2" binary with "make clean" X-Git-Tag: v2025.01-rc5-pxa1908~20843 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=d640ac58dbf61c769864b3fe76314306b7336cf1;p=u-boot.git Remove "atmel_df_pow2" binary with "make clean" Commit 65f6f07b added support for the atmel_df_pow2 standalone program but missed to add a rule to remove it to the "clean" make target. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 0449a5bb70..54610c637a 100644 --- a/Makefile +++ b/Makefile @@ -3717,6 +3717,7 @@ grsim_leon2_config : unconfig clean: @rm -f $(obj)examples/standalone/82559_eeprom \ + $(obj)examples/standalone/atmel_df_pow2 \ $(obj)examples/standalone/eepro100_eeprom \ $(obj)examples/standalone/hello_world \ $(obj)examples/standalone/interrupt \