Browse Source
With hwmv2, the ARCH variable is not yet defined when this module is loaded (kconfig is parsed after this). So we cannot rely on it to detect if we are building for a host target. For this case, let's instead detect it by the BOARD or BOARD_DIR which are some of the very few things defined at this point. We retain the old check to support hwmv1 boards which may be in other folders. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>pull/69687/head
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue