diff options
Diffstat (limited to 'arch/ppc64')
-rw-r--r-- | arch/ppc64/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc64/boot/Makefile b/arch/ppc64/boot/Makefile index d79dfd60d8f8..f8f35999e1a6 100644 --- a/arch/ppc64/boot/Makefile +++ b/arch/ppc64/boot/Makefile | |||
@@ -127,11 +127,11 @@ $(call obj-sec, $(required) $(initrd)): $(obj)/kernel-%.o: $(obj)/kernel-%.c | |||
127 | $(call cmd,addsection) | 127 | $(call cmd,addsection) |
128 | 128 | ||
129 | $(obj)/zImage.vmode: obj-boot += $(call obj-sec, $(required)) | 129 | $(obj)/zImage.vmode: obj-boot += $(call obj-sec, $(required)) |
130 | $(obj)/zImage.vmode: $(call obj-sec, $(required)) $(obj-boot) | 130 | $(obj)/zImage.vmode: $(call obj-sec, $(required)) $(obj-boot) $(srctree)/$(src)/zImage.lds |
131 | $(call cmd,bootld,$(obj-boot)) | 131 | $(call cmd,bootld,$(obj-boot)) |
132 | 132 | ||
133 | $(obj)/zImage.initrd.vmode: obj-boot += $(call obj-sec, $(required) $(initrd)) | 133 | $(obj)/zImage.initrd.vmode: obj-boot += $(call obj-sec, $(required) $(initrd)) |
134 | $(obj)/zImage.initrd.vmode: $(call obj-sec, $(required) $(initrd)) $(obj-boot) | 134 | $(obj)/zImage.initrd.vmode: $(call obj-sec, $(required) $(initrd)) $(obj-boot) $(srctree)/$(src)/zImage.lds |
135 | $(call cmd,bootld,$(obj-boot)) | 135 | $(call cmd,bootld,$(obj-boot)) |
136 | 136 | ||
137 | $(obj)/zImage: $(obj)/zImage.vmode $(obj)/addnote | 137 | $(obj)/zImage: $(obj)/zImage.vmode $(obj)/addnote |