Browse Source
In quite a few places in the cmake files ${SOC_DIR}/${ARCH}/${SOC_PATH} was used to get to something in the soc folder, but these are only defined for soc_v1. socv2 defines a full SOC_V2_DIR. Let's define a common variable for the full path which can be used in other cmake files, and correct the current uses. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>pull/69687/head
6 changed files with 8 additions and 5 deletions
Loading…
Reference in new issue