aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/dtb.mk
Commit message (Expand)AuthorAgeFilesLines
* Allow kernel config to specify DTS/DTSO to build, and out-of-tree supportKyle Evans2019-03-261-70/+9
* dtb.mk: Fix passing of ECHO to make_dtb{,o}.shKyle Evans2018-11-121-4/+4
* Use ${ECHO} in dtb/dtbo build, pass in from dtb.mk for -sKyle Evans2018-11-091-4/+4
* dtb: aarch64 uses vendor subdirectories, handle thatEmmanuel Vadot2018-08-231-0/+6
* Add dtb overlays supportEmmanuel Vadot2018-03-241-3/+19
* Move sys/boot/fdt/dts to sys/dts and adjust scripts.Warner Losh2017-11-141-1/+1
* make.conf: Add the possibility to use another DTCEmmanuel Vadot2017-06-171-0/+5
* Honor LINKS=x y in dtb modules. We need this for compatibility linksWarner Losh2017-01-281-0/+1
* Add missed updates for r301079 and r301084.Bryan Drewery2016-05-311-2/+2
* Do as r289391 did for share/mk and make installing to a non-existent directoryBryan Drewery2015-10-171-1/+1
* Prefer install over mkdir to create the directory. Add test to ensureWarner Losh2015-02-091-3/+3
* Move these definitions to bsd.own.mk along side the kernel directory /Warner Losh2015-02-091-4/+0
* Fix typo.Warner Losh2015-02-091-1/+1
* We need to create /boot/dtb since some use cases don't create a fullWarner Losh2015-02-091-0/+4
* Make sure that we define DTB{OWN,GRP,MODE} so install works.Warner Losh2015-02-091-0/+3
* Add infrastructure to build dtb files from dts files.Warner Losh2015-01-081-0/+75