|
@@ -321,6 +321,9 @@ $(obj)/zImage.iseries: vmlinux
|
|
|
$(obj)/uImage: vmlinux $(wrapperbits)
|
|
|
$(call if_changed,wrap,uboot)
|
|
|
|
|
|
+$(obj)/cuImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
|
|
+ $(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
|
|
|
+
|
|
|
$(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
|
|
$(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb)
|
|
|
|