]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove "atmel_df_pow2" binary with "make clean"
authorWolfgang Denk <wd@denx.de>
Mon, 7 Sep 2009 21:52:31 +0000 (23:52 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 10 Sep 2009 20:47:43 +0000 (22:47 +0200)
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 <wd@denx.de>
Makefile

index 0449a5bb703117bac595c82d87986788eb3f7805..54610c637a71751d9c16b42b5b30d4caf00aae06 100644 (file)
--- 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                        \