summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <[email protected]>2009-09-07 23:52:31 +0200
committerTom Rix <[email protected]>2009-10-03 09:04:19 -0500
commit8b142ab08b0e7a7eb491c620a3f3870d24327c10 (patch)
tree982d1a74ae6f1b505b712edfa05493d7742a1fc7
parented51257e2a1e0a6e37cfbd2b116a4d674d678db2 (diff)
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 <[email protected]>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0449a5bb703..54610c637a7 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 \