commit | 08eabb83b23a02872abca1e007ead4d01bf48dd6 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Fri Dec 06 12:19:35 2019 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Dec 10 17:43:55 2019 +0100 |
tree | d6eba1d663be3bfe1049e0dca25215ed1ac63337 | |
parent | e4136178edd37e58952b7112c1db3c430eddddea [diff] |
cmake: Zephyr module processing set modules path This commit introduces the variable: ZEPHYR_${MODULE}_MODULE_DIR that can be used for modules to obtain locations of other modules. As example: a module which requires the knowledge of mcuboot con now fetch this information using ZEPHYR_MCUBOOT_MODULE_DIR. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>