|
@@ -281,6 +281,12 @@ zImage Image xipImage bootpImage uImage: vmlinux
|
|
|
zinstall uinstall install: vmlinux
|
|
|
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
|
|
|
|
|
|
+%.dtb:
|
|
|
+ $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
|
|
|
+
|
|
|
+dtbs:
|
|
|
+ $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
|
|
|
+
|
|
|
# We use MRPROPER_FILES and CLEAN_FILES now
|
|
|
archclean:
|
|
|
$(Q)$(MAKE) $(clean)=$(boot)
|
|
@@ -297,6 +303,7 @@ define archhelp
|
|
|
echo ' uImage - U-Boot wrapped zImage'
|
|
|
echo ' bootpImage - Combined zImage and initial RAM disk'
|
|
|
echo ' (supply initrd image via make variable INITRD=<path>)'
|
|
|
+ echo ' dtbs - Build device tree blobs for enabled boards'
|
|
|
echo ' install - Install uncompressed kernel'
|
|
|
echo ' zinstall - Install compressed kernel'
|
|
|
echo ' uinstall - Install U-Boot wrapped compressed kernel'
|