summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-09-07 23:52:31 +0200
committerWolfgang Denk <wd@denx.de>2009-09-10 22:47:43 +0200
commitd640ac58dbf61c769864b3fe76314306b7336cf1 (patch)
tree52dfcb275849807b29369fce74b4a428d8ffe969 /Makefile
parent0b34dbbd0b6969c98c44313b291836d9056ec40a (diff)
downloadtalos-obmc-uboot-d640ac58dbf61c769864b3fe76314306b7336cf1.tar.gz
talos-obmc-uboot-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
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 \
OpenPOWER on IntegriCloud