]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
make_dtb.sh is designed to be used in a kernel build environment where
authorWarner Losh <imp@FreeBSD.org>
Sat, 26 Apr 2014 16:58:35 +0000 (16:58 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sat, 26 Apr 2014 16:58:35 +0000 (16:58 +0000)
commit845b7c7bf6f0e46a1aacbf6313c02798daf33372
tree2651dd440286868787b44838c6d767e038177357
parent6b446ed5ab83d741d3d20d896b0fb67bb952f647
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
Makefile.inc1