diff options
| author | Wolfgang Denk <[email protected]> | 2009-09-07 23:52:31 +0200 |
|---|---|---|
| committer | Tom Rix <[email protected]> | 2009-10-03 09:04:19 -0500 |
| commit | 8b142ab08b0e7a7eb491c620a3f3870d24327c10 (patch) | |
| tree | 982d1a74ae6f1b505b712edfa05493d7742a1fc7 | |
| parent | ed51257e2a1e0a6e37cfbd2b116a4d674d678db2 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
