aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Denk2009-09-07 16:52:31 -0500
committerWolfgang Denk2009-09-10 15:47:43 -0500
commitd640ac58dbf61c769864b3fe76314306b7336cf1 (patch)
tree52dfcb275849807b29369fce74b4a428d8ffe969 /Makefile
parent0b34dbbd0b6969c98c44313b291836d9056ec40a (diff)
downloadu-boot-d640ac58dbf61c769864b3fe76314306b7336cf1.tar.gz
u-boot-d640ac58dbf61c769864b3fe76314306b7336cf1.tar.xz
u-boot-d640ac58dbf61c769864b3fe76314306b7336cf1.zip
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 <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0449a5bb70..54610c637a 100644
--- a/Makefile
+++ b/Makefile
@@ -3717,6 +3717,7 @@ grsim_leon2_config : unconfig
3717 3717
3718clean: 3718clean:
3719 @rm -f $(obj)examples/standalone/82559_eeprom \ 3719 @rm -f $(obj)examples/standalone/82559_eeprom \
3720 $(obj)examples/standalone/atmel_df_pow2 \
3720 $(obj)examples/standalone/eepro100_eeprom \ 3721 $(obj)examples/standalone/eepro100_eeprom \
3721 $(obj)examples/standalone/hello_world \ 3722 $(obj)examples/standalone/hello_world \
3722 $(obj)examples/standalone/interrupt \ 3723 $(obj)examples/standalone/interrupt \