···5353mkdir -p -- "${tmpdir}/boot"5454dirs=boot55555656+5757+#5858+# Try to install dtbs5959+#6060+if grep -q '^CONFIG_OF_EARLY_FLATTREE=y' include/config/auto.conf; then6161+ # Only some architectures with OF support have this target6262+ if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then6363+ $MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE}" dtbs_install6464+ fi6565+fi6666+6767+5668#5769# Try to install modules5870#