Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=65b580395d234350b53a03285b98c9a271eb5eb7
Commit:     65b580395d234350b53a03285b98c9a271eb5eb7
Parent:     f61e7cd21b47b07002aa39d2f8f0db14b4a51719
Author:     Milton Miller <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 19 14:58:04 2007 -0600
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Wed Mar 21 22:35:40 2007 +1100

    [POWERPC] boot: rebuild when wrapper changes
    
    Since there is magic defined per platform in the wrapper script, the
    zImage targets should depend on it.
    
    Signed-off-by: Milton Miller <[EMAIL PROTECTED]>
    Acked-by: David Gibson <[EMAIL PROTECTED]>
    Acked-by: Segher Boessenkool <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index b1fc029..d777cf9 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -101,7 +101,8 @@ extra-y             := $(obj)/wrapper.a $(obj-plat) 
$(obj)/empty.o \
                   $(obj)/zImage.lds $(obj)/zImage.coff.lds
 
 wrapper                :=$(srctree)/$(src)/wrapper
-wrapperbits    := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree)
+wrapperbits    := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
+                       $(wrapper)
 
 #############
 # Bits for building various flavours of zImage
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to