diff options
| -rw-r--r-- | arch/powerpc/boot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index d4f9fef7f9e9..6d1f02fd2877 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
| @@ -204,12 +204,12 @@ dts = $(if $(shell echo $(CONFIG_DEVICE_TREE) | grep '^/'),\ | |||
| 204 | $(obj)/cuImage.%: vmlinux $(dts) $(wrapperbits) | 204 | $(obj)/cuImage.%: vmlinux $(dts) $(wrapperbits) |
| 205 | $(call if_changed,wrap,cuboot-$*,$(dts)) | 205 | $(call if_changed,wrap,cuboot-$*,$(dts)) |
| 206 | 206 | ||
| 207 | $(obj)/treeImage.%: vmlinux $(dts) $(wrapperbits) | ||
| 208 | $(call if_changed,wrap,treeboot-$*,$(dts)) | ||
| 209 | |||
| 210 | $(obj)/treeImage.initrd.%: vmlinux $(dts) $(wrapperbits) | 207 | $(obj)/treeImage.initrd.%: vmlinux $(dts) $(wrapperbits) |
| 211 | $(call if_changed,wrap,treeboot-$*,$(dts),,$(obj)/ramdisk.image.gz) | 208 | $(call if_changed,wrap,treeboot-$*,$(dts),,$(obj)/ramdisk.image.gz) |
| 212 | 209 | ||
| 210 | $(obj)/treeImage.%: vmlinux $(dts) $(wrapperbits) | ||
| 211 | $(call if_changed,wrap,treeboot-$*,$(dts)) | ||
| 212 | |||
| 213 | $(obj)/zImage: $(addprefix $(obj)/, $(image-y)) | 213 | $(obj)/zImage: $(addprefix $(obj)/, $(image-y)) |
| 214 | @rm -f $@; ln $< $@ | 214 | @rm -f $@; ln $< $@ |
| 215 | $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) | 215 | $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) |
