From d431357666df8a1a46b54db2087807bd5ce3f7d1 Mon Sep 17 00:00:00 2001 From: Arun Bhanu Date: Wed, 17 Mar 2010 16:06:03 +0800 Subject: [PATCH] --- yaml --- r: 189261 b: refs/heads/master c: 8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9 h: refs/heads/master i: 189259: d7fa06d3f10868e6fe03e793e646ad90df90bb39 v: v3 --- [refs] | 2 +- trunk/arch/microblaze/Makefile | 2 ++ trunk/arch/microblaze/boot/Makefile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 318226ec103b..3179fe1d56be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 699d17bc14edceb710998349fa74e66be3042372 +refs/heads/master: 8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9 diff --git a/trunk/arch/microblaze/Makefile b/trunk/arch/microblaze/Makefile index 538afcef3314..72f6e8583746 100644 --- a/trunk/arch/microblaze/Makefile +++ b/trunk/arch/microblaze/Makefile @@ -94,3 +94,5 @@ define archhelp echo ' name of a dts file from the arch/microblaze/boot/dts/ directory' echo ' (minus the .dts extension).' endef + +MRPROPER_FILES += $(boot)/simpleImage.* diff --git a/trunk/arch/microblaze/boot/Makefile b/trunk/arch/microblaze/boot/Makefile index 902cf9846c3c..a1fc32421782 100644 --- a/trunk/arch/microblaze/boot/Makefile +++ b/trunk/arch/microblaze/boot/Makefile @@ -64,4 +64,4 @@ $(obj)/%.dtb: $(dtstree)/%.dts FORCE clean-kernel += linux.bin linux.bin.gz simpleImage.* -clean-files += *.dtb simpleImage.*.unstrip +clean-files += *.dtb simpleImage.*.unstrip linux.bin.ub