diff options
author | Milton Miller <miltonm@bga.com> | 2007-03-19 16:58:04 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-21 07:35:40 -0400 |
commit | 65b580395d234350b53a03285b98c9a271eb5eb7 (patch) | |
tree | bff4162e4b391aa91d69a3dc141ac80a1300b678 /arch/powerpc/boot/Makefile | |
parent | f61e7cd21b47b07002aa39d2f8f0db14b4a51719 (diff) |
[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 <miltonm@bga.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | 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 b1fc029e5ea7..d777cf909b46 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 \ | |||
101 | $(obj)/zImage.lds $(obj)/zImage.coff.lds | 101 | $(obj)/zImage.lds $(obj)/zImage.coff.lds |
102 | 102 | ||
103 | wrapper :=$(srctree)/$(src)/wrapper | 103 | wrapper :=$(srctree)/$(src)/wrapper |
104 | wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) | 104 | wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \ |
105 | $(wrapper) | ||
105 | 106 | ||
106 | ############# | 107 | ############# |
107 | # Bits for building various flavours of zImage | 108 | # Bits for building various flavours of zImage |