Module Name: src Committed By: thorpej Date: Mon Dec 17 04:37:15 UTC 2018
Modified Files: src/sys/conf: dts.mk Log Message: Add support for building overlay DT blobs specified in the kernel config file like so: makeoptions DTS_OVERLAYDIR="${THISARM}/conf" makeoptions DTS_OVERLAYS=" my-cool-overlay.dts " The result is my-cool-overlay.dtbo in the kernel compile directory. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/conf/dts.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.