Fix test-dts{,o} targetsThere were two main problems here:1.) sys/dts/Makefile.inc is not included from various */overlays directories by default, only ../Makefile.inc2.) When shelling out f
Fix test-dts{,o} targetsThere were two main problems here:1.) sys/dts/Makefile.inc is not included from various */overlays directories by default, only ../Makefile.inc2.) When shelling out for DTS/DTSO, cwd != .CURDIR, so enumeration always failedThese changes allow make test-dts and make test-dtso to function in theirrespective directories.Reviewed by: manuMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D17961
show more ...
Move sys/boot/fdt/dts to sys/dts and adjust scripts.Sponsored by: Netflix