commit | 7797eb63c32397db4c56206835dd6381324ebe67 | [log] [tgz] |
---|---|---|
author | Yonatan Schachter <yonatan.schachter@gmail.com> | Tue Jul 05 18:19:01 2022 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jul 05 16:18:08 2022 -0400 |
tree | f3201bf640152e6693a7af145c615b8d5065fc4e | |
parent | 9e3d697f151a1c16d477d1c75a6f48752632eaf6 [diff] |
west.yml: hal_atmel: Add include directory only for atmel devices The main CMakeLists.txt for hal_atmel adds an include directory without checking that the module is enabled. This causes ALL Zephyr builds to have modules/hal/atmel/include in their included directories. This commit updates west.yml to point to a fix for this issue. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>