commit | 66a64c35b1b3ecbf4029f5d42f21dca921d6219f | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Thu Aug 19 11:16:28 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Aug 20 18:57:30 2021 -0400 |
tree | c6b292d062ab717ae414efebee0e7cd582f4397d | |
parent | a417983507d77482f4269295606938f96e7ed0f0 [diff] |
cmake: dts: give each DTS_ROOT a vendor-prefixes.txt Now that the infrastructure we need is in place, we can allow every element of DTS_ROOT to have its own dts/bindings/vendor-prefixes.txt file instead of just special-casing ZEPHYR_BASE (which is always in DTS_ROOT). This treats all modules equally and eases out of tree management of downstream-specific vendor prefixes. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>