|
@@ -364,6 +364,9 @@ $(obj)/cuImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
|
|
$(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
|
|
$(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb)
|
|
|
|
|
|
+$(obj)/cuImage.%: vmlinux $(obj)/fsl/%.dtb $(wrapperbits)
|
|
|
+ $(call if_changed,wrap,cuboot-$*,,$(obj)/fsl/$*.dtb)
|
|
|
+
|
|
|
$(obj)/simpleImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
|
|
$(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
|
|
|
|