tests/drivers pwm_clock: Build fix sam_v71_xult
Fix build error due to cmake requiring a separate overlay for each of this target's SOCs. Error being fixed: ``` -- Board: sam_v71_xult, qualifiers: samv71q21 CMake Error at cmake/modules/extensions.cmake:2742 (message): Board sam_v71_xult defines multiple SoCs. Shortened file name (sam_v71_xult.overlay) not allowed, use '<board>_<soc>.overlay' naming ``` Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
980d3f4c4f
commit
bf53b06a06
2 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Andriy Gelman
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sam_v71_xult_samv71q21.overlay"
|
Loading…
Add table
Add a link
Reference in a new issue