tests: drivers: gpio: gpio_ite_it8xxx2_v2: Temp fix

Resolves a test failure by changing the paths as riscv boards
cannot currently be ported

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 11:24:21 +00:00
parent f3b173be18
commit 14b57f56d7
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ target_include_directories(app PRIVATE
zephyr_include_directories(
include
${ZEPHYR_BASE}/soc/riscv/ite_ec/common
${ZEPHYR_BASE}/soc/riscv/ite_ec/it8xxx2
${ZEPHYR_BASE}/soc/soc_legacy/riscv/ite_ec/common
${ZEPHYR_BASE}/soc/soc_legacy/riscv/ite_ec/it8xxx2
)
target_sources(app

View File

@@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <../soc/riscv/ite_ec/common/chip_chipregs.h>
#include <../soc/soc_legacy/riscv/ite_ec/common/chip_chipregs.h>
/*
* Macros for emulated hardware registers access.