[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1268383016-18270-1-git-send-email-arun@bhanu.net>
Date: Fri, 12 Mar 2010 16:36:56 +0800
From: Arun Bhanu <arun@...nu.net>
To: linux-kernel@...r.kernel.org, microblaze-uclinux@...e.uq.edu.au
Cc: Michal Simek <monstr@...str.eu>, Arun Bhanu <arun@...nu.net>
Subject: [PATCH] microblaze: Fix Makefile to delete build generated files
'make mrproper' does not to delete the following build generated files:
arch/microblaze/boot/linux.bin.ub
arch/microblaze/boot/simpleImage.system
arch/microblaze/boot/simpleImage.system.ub
Fix the Makefile to delete these build generated files.
Signed-off-by: Arun Bhanu <arun@...nu.net>
---
arch/microblaze/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/microblaze/boot/Makefile b/arch/microblaze/boot/Makefile
index 902cf98..73a3263 100644
--- a/arch/microblaze/boot/Makefile
+++ b/arch/microblaze/boot/Makefile
@@ -62,6 +62,6 @@ quiet_cmd_dtc = DTC $@
$(obj)/%.dtb: $(dtstree)/%.dts FORCE
$(call if_changed,dtc)
-clean-kernel += linux.bin linux.bin.gz simpleImage.*
+clean-kernel += linux.bin linux.bin.gz
-clean-files += *.dtb simpleImage.*.unstrip
+clean-files += *.dtb *.ub simpleImage.*
--
1.6.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists