K 10 svn:author V 3 imp K 8 svn:date V 27 2014-04-26T16:58:35.604234Z K 7 svn:log V 333 make_dtb.sh is designed to be used in a kernel build environment where MACHINE is defined to the target's value, not the host's value. However, in Makefile.inc1, it is still defined to be the host's value. Make the makedtb target work by expanding TARGET in the existance test, and passing MACHINE=$TARGET in the call to make_dtb.sh END