From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lpp01m010-f49.google.com ([209.85.215.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SO9xH-0008Lb-Fz for barebox@lists.infradead.org; Sat, 28 Apr 2012 15:53:05 +0000 Received: by lagy4 with SMTP id y4so1359156lag.36 for ; Sat, 28 Apr 2012 08:53:01 -0700 (PDT) From: Antony Pavlov Date: Sat, 28 Apr 2012 19:52:56 +0400 Message-Id: <1335628376-6568-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] Makefile: add barebox.srec to 'clean' To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb85915..44b7dbd 100644 --- a/Makefile +++ b/Makefile @@ -1002,7 +1002,8 @@ endif # CONFIG_MODULES CLEAN_DIRS += $(MODVERDIR) CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \ .tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \ - .tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version + .tmp_kallsyms* barebox_default_env* barebox.ldr \ + Doxyfile.version barebox.srec # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include2 usr/include -- 1.7.10 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox