commit | 48321ef2525c14c4d9b6040afe8ae72ff07a8d1e | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Mon Feb 15 09:29:43 2021 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Mon Mar 01 15:50:52 2021 -0600 |
tree | 1f26444a011fe17ab8ed9bf0a8032764c11ed0c3 | |
parent | 39555408cedd58875d9738955421a637ee4bd850 [diff] |
shield: cmake: adjust if(EXISTS <shield>.conf) to check for right file Fixes: #32269 This commit is a followup to #31877 where the `${shield_dir}/${s_dir}` was adjusted to `${SHIELD_DIR_${s}}` to ensure only including shields and not boards in list of known shields. An `if(EXISTS ${shield_dir}/${s_dir}...)` was missed in this process which causes #32269. This is corrected in this commit. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>