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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user