From 8b142ab08b0e7a7eb491c620a3f3870d24327c10 Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@denx.de>
Date: Mon, 7 Sep 2009 23:52:31 +0200
Subject: [PATCH] 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>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

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			  \
-- 
GitLab