]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the fdt_static_dtb.S dependency
authorsgalabov <sgalabov@FreeBSD.org>
Fri, 15 Apr 2016 15:28:23 +0000 (15:28 +0000)
committersgalabov <sgalabov@FreeBSD.org>
Fri, 15 Apr 2016 15:28:23 +0000 (15:28 +0000)
commit32a603cf48bf05f9090388659c42ae578d4c808c
tree909a9047cbbaf9174688c8a5ff4159cad4aac3ad
parentcbce84635f48dd7c33251ec8429ca6f695883fae
Change the fdt_static_dtb.S dependency

fdt_static_dtb.S dependency in sys/conf/files is currently set as:
$S/boot/fdt/dts/${MACHINE}/${FDT_DTS_FILE}

This is wrong, as what fdt_static_dtb.S actually uses is the DTB file
produced from the FDT_DTS_FILE.
In addition it also makes using DTS files stored in $S/gnu/dts/${MACHINE}/
impossible.

So, change the dependency to "fdt_dtb_file", which seems to be the right
option here anyway.

Approved by: adrian (mentor)
Sponsored by: Smartcom - Bulgaria AD
Differential Revision: https://reviews.freebsd.org/D5963
sys/conf/files